Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Jan 11, 2015
1 parent d653d2f commit aee6aac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions xxd.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ func main() {
}
}

const (
byteOffsetInit = 8
charOffsetInt = 39
line_length = 50
)

var (
space = []byte(" ")
doubleSpace = []byte(" ")
Expand Down

0 comments on commit aee6aac

Please sign in to comment.