X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/d005ef04cfaa26943e6dd33807d741577ffb232a..e1f6476cdee99a9ec2f7e2cc3c4ad1bba5247e4d:/hotline/field.go?ds=sidebyside 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 {