aboutsummaryrefslogtreecommitdiff
path: root/parse/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'parse/parse.go')
-rw-r--r--parse/parse.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse/parse.go b/parse/parse.go
index 64a197b..cbaebfb 100644
--- a/parse/parse.go
+++ b/parse/parse.go
@@ -5,7 +5,6 @@ import (
"fmt"
)
-// broken
func dump(b []byte, indent int) {
class, kind, tag, _, value, rest := ber.Split(b)