summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/gopkg.in/redis.v2/export_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/gopkg.in/redis.v2/export_test.go')
-rw-r--r--Godeps/_workspace/src/gopkg.in/redis.v2/export_test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/Godeps/_workspace/src/gopkg.in/redis.v2/export_test.go b/Godeps/_workspace/src/gopkg.in/redis.v2/export_test.go
deleted file mode 100644
index 7f7fa6797..000000000
--- a/Godeps/_workspace/src/gopkg.in/redis.v2/export_test.go
+++ /dev/null
@@ -1,5 +0,0 @@
-package redis
-
-func (c *baseClient) Pool() pool {
- return c.connPool
-}