diff options
Diffstat (limited to 'worker')
-rw-r--r-- | worker/notmuch/events.go | 6 |
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{} |