From 7d16f1fa5a50723eb568cc1dbf9f2c30b32f3e48 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Tue, 10 Dec 2019 09:19:36 -0600 Subject: [PATCH] Remove unused const --- 2019/day10/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/2019/day10/main.go b/2019/day10/main.go index ef13cbb..7058e13 100644 --- a/2019/day10/main.go +++ b/2019/day10/main.go @@ -7,8 +7,6 @@ import ( helpers "git.bullercodeworks.com/brian/adventofcode/helpers" ) -const MaxInt = int(^uint(0) >> 1) - var field []helpers.Coordinate func main() {