From a8e89ca4e65f5db3ee6061ede68aade814b4d75c Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sun, 28 May 2023 09:36:48 -0700 Subject: Misc minor cleanup and linter appeasement --- hotline/field.go | 1 - 1 file changed, 1 deletion(-) (limited to 'hotline/field.go') diff --git a/hotline/field.go b/hotline/field.go index c5ae55b..4d2962b 100644 --- a/hotline/field.go +++ b/hotline/field.go @@ -74,7 +74,6 @@ type Field struct { type requiredField struct { ID int minLen int - maxLen int } func NewField(id uint16, data []byte) Field { -- cgit