From 043c00da52efd5b7d9ef15750945ee55e6f78e7a Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:51:37 -0700 Subject: Clean up some linter warnings --- hotline/field.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hotline/field.go') diff --git a/hotline/field.go b/hotline/field.go index c9db3d9..3378552 100644 --- a/hotline/field.go +++ b/hotline/field.go @@ -58,10 +58,12 @@ const fieldNewsArtDate = 330 const fieldNewsArtPrevArt = 331 const fieldNewsArtNextArt = 332 const fieldNewsArtData = 333 -const fieldNewsArtFlags = 334 + +// const fieldNewsArtFlags = 334 const fieldNewsArtParentArt = 335 const fieldNewsArt1stChildArt = 336 -const fieldNewsArtRecurseDel = 337 + +// const fieldNewsArtRecurseDel = 337 type Field struct { ID []byte // Type of field -- cgit