Skip to content

Commit 7b1d4e1

Browse files
committed
Remove debug leftovers.
1 parent f1f547f commit 7b1d4e1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

package_ibin.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ import (
3939
"bytes"
4040
"encoding/binary"
4141
"fmt"
42-
"github.com/davecgh/go-spew/spew"
4342
"go/ast"
4443
"go/constant"
4544
"go/token"
@@ -48,12 +47,6 @@ import (
4847
"strings"
4948
)
5049

51-
func pptype(t ast.Expr) string {
52-
// var buf bytes.Buffer
53-
// pretty_print_type_expr(&buf, t, map[string]string{})
54-
return spew.Sdump(t)
55-
}
56-
5750
type intReader struct {
5851
*bytes.Reader
5952
}

0 commit comments

Comments
 (0)