aboutsummaryrefslogtreecommitdiff
path: root/parse
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-06-30 19:47:17 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-06-30 19:47:17 +0200
commit23415a7aa44ec884b1929c5b7ebb7cf2d37421a4 (patch)
tree5ba33a554cfa87037c3776cf169085e43ead34a8 /parse
parent6c8904606f6455b82e5ec9fad5f18f1cd587d5ef (diff)
remove broken mark
Diffstat (limited to 'parse')
-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)