diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-13 20:16:46 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-13 21:52:30 -0600 |
commit | db7047c394edbcc713accda2a15f201a5b400ef7 (patch) | |
tree | 0b8fb9c1b4176af762422197cca721145cda91a6 /lib/util | |
parent | 166e51d3a6f81834cc89aec36015f05f350be31e (diff) |
Misc tidy up
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/int.go | 7 |
1 files changed, 0 insertions, 7 deletions
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 <lukeshu@lukeshu.com> -// -// SPDX-License-Identifier: GPL-2.0-or-later - -package util - -const MaxUint64pp = 0x1_00000000_00000000 |