From db7047c394edbcc713accda2a15f201a5b400ef7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 13 Jul 2022 20:16:46 -0600 Subject: Misc tidy up --- lib/util/int.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 lib/util/int.go (limited to 'lib/util') diff --git a/lib/util/int.go b/lib/util/int.go deleted file mode 100644 index ea24cf3..0000000 --- a/lib/util/int.go +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (C) 2022 Luke Shumaker -// -// SPDX-License-Identifier: GPL-2.0-or-later - -package util - -const MaxUint64pp = 0x1_00000000_00000000 -- cgit v1.2.3-2-g168b