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