diff options
Diffstat (limited to 'hotline/field.go')
| -rw-r--r-- | hotline/field.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |