diff options
Diffstat (limited to 'tcl.go')
-rw-r--r-- | tcl.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) -} |