From 2534612c5929782f4bf9f27df65d1d024d6947ca Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Fri, 29 Jul 2022 21:20:35 +0200 Subject: lint: remove unused structs and functions (unused) Signed-off-by: Moritz Poldrack Acked-by: Robin Jarry --- worker/notmuch/events.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'worker/notmuch') diff --git a/worker/notmuch/events.go b/worker/notmuch/events.go index b3542279..94b27fd7 100644 --- a/worker/notmuch/events.go +++ b/worker/notmuch/events.go @@ -5,8 +5,4 @@ package notmuch type eventType interface{} -type event struct{} - -type updateDirCounts struct { - event -} +type updateDirCounts struct{} -- cgit