summaryrefslogtreecommitdiff
path: root/misc.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc.go')
-rw-r--r--misc.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc.go b/misc.go
index 84d2ae1..89b38a2 100644
--- a/misc.go
+++ b/misc.go
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 Luke Shumaker <lukeshu@lukeshu.com>
+// Copyright (C) 2022-2023 Luke Shumaker <lukeshu@lukeshu.com>
//
// SPDX-License-Identifier: GPL-2.0-or-later
@@ -11,8 +11,6 @@ import (
"unicode/utf8"
)
-const Tab = "\t"
-
const hex = "0123456789abcdef"
func hex2int[T interface{ byte | rune }](c T) (byte, bool) {