aboutsummaryrefslogtreecommitdiff
path: root/tcl.go
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2019-06-18 13:36:12 +0200
committerÖzgür Kesim <oec@codeblau.de>2019-06-18 13:36:12 +0200
commitc3f01574711808d61a0fde52b7a0976615da6e28 (patch)
treef1dd4ee3065f8078a95490e8db6dfb8a445871be /tcl.go
parent8be120ffa00c70ba40265166fa3abe01c6d8de30 (diff)
vendoring enabled
Diffstat (limited to 'tcl.go')
-rw-r--r--tcl.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/tcl.go b/tcl.go
index 4bddee3..8839880 100644
--- a/tcl.go
+++ b/tcl.go
@@ -4,7 +4,6 @@ import (
"log"
"os"
- "github.com/davecgh/go-spew/spew"
. "github.com/oec/goparsify"
)
@@ -96,7 +95,3 @@ func resultchild(c int) func(*Result) {
// log.Printf("child[%d]: %v\n", c, r.Result)
}
}
-
-func dump(r *Result) {
- spew.Dump(r)
-}