From 3a989e4e016856d48ac8c174562ad8b33d2a3af8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 27 Sep 2024 15:07:51 -0300 Subject: src/gobang.go: Remove `maxInt` and `MinimumPasswordLength` constants They were used by scrypt(), and were moved there. --- src/gobang.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gobang.go') 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 ( -- cgit v1.2.3