diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gobang.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gobang.go b/src/gobang.go index dabdc69..fab8392 100644 --- a/src/gobang.go +++ b/src/gobang.go @@ -44,10 +44,6 @@ type CopyResult struct { -const maxInt = int((^uint(0)) >> 1) -const MinimumPasswordLength = 16 - - // Local variables var ( |