aboutsummaryrefslogtreecommitdiff
path: root/routers/debug/ignored.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-07-06 18:25:07 -0400
committerUnknown <joe2010xtmf@163.com>2014-07-06 18:25:07 -0400
commit7ffdabb28f65b9e4414cd19c0c1f1a400b16b1f3 (patch)
tree86b6d5e3c6fb71452bf6db68af7987d149805a16 /routers/debug/ignored.go
parent9b014d05e4c656d023e57d61af370bc8d8f20216 (diff)
Move debug router location
Diffstat (limited to 'routers/debug/ignored.go')
-rw-r--r--routers/debug/ignored.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/routers/debug/ignored.go b/routers/debug/ignored.go
deleted file mode 100644
index 4ec49964..00000000
--- a/routers/debug/ignored.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// +build !pprof
-
-package debug
-
-import (
- "github.com/go-martini/martini"
-)
-
-func RegisterRoutes(r martini.Router) {
- // do nothing
-}