Remove unused const

This commit is contained in:
Brian Buller 2019-12-10 09:19:36 -06:00
parent aeeab9885f
commit 7d16f1fa5a
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ import (
helpers "git.bullercodeworks.com/brian/adventofcode/helpers"
)
const MaxInt = int(^uint(0) >> 1)
var field []helpers.Coordinate
func main() {