summaryrefslogtreecommitdiff
path: root/errors/debug_cap.go
diff options
context:
space:
mode:
Diffstat (limited to 'errors/debug_cap.go')
-rwxr-xr-xerrors/debug_cap.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/errors/debug_cap.go b/errors/debug_cap.go
deleted file mode 100755
index 2c8a2f78..00000000
--- a/errors/debug_cap.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// +build !debug
-
-package errors
-
-import "bytes"
-
-type stack struct{}
-
-func (e *Error) populateStack() {}
-func (e *Error) printStack(*bytes.Buffer) {}