aboutsummaryrefslogtreecommitdiffstats
path: root/worker/notmuch/events.go
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2022-07-29 21:20:35 +0200
committerRobin Jarry <robin@jarry.cc>2022-08-04 21:57:48 +0200
commit2534612c5929782f4bf9f27df65d1d024d6947ca (patch)
tree84fc23d4ab7cedbd02e0c6f30b9e94adba87eef7 /worker/notmuch/events.go
parent77a00de741d8fb791bf1e9aab34ff9940385e31a (diff)
downloadaerc-2534612c5929782f4bf9f27df65d1d024d6947ca.tar.gz
lint: remove unused structs and functions (unused)
Signed-off-by: Moritz Poldrack <moritz@poldrack.dev> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'worker/notmuch/events.go')
-rw-r--r--worker/notmuch/events.go6
1 files changed, 1 insertions, 5 deletions
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{}