aboutsummaryrefslogtreecommitdiff
path: root/tcl.go
diff options
context:
space:
mode:
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)
-}