Remove unused const
This commit is contained in:
parent
aeeab9885f
commit
7d16f1fa5a
@ -7,8 +7,6 @@ import (
|
||||
helpers "git.bullercodeworks.com/brian/adventofcode/helpers"
|
||||
)
|
||||
|
||||
const MaxInt = int(^uint(0) >> 1)
|
||||
|
||||
var field []helpers.Coordinate
|
||||
|
||||
func main() {
|
||||
|
Loading…
Reference in New Issue
Block a user