diff options
author | Moritz Poldrack <git@moritz.sh> | 2022-07-30 13:29:46 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-04 21:58:00 +0200 |
commit | c882cf9960be691fe55617b87cdfcfbabd5d5557 (patch) | |
tree | 7446d447a9992f8d761692362ebb66b5e12c1edb /worker/notmuch | |
parent | 5ca6022d007bc83daba1e7297480d37f56554455 (diff) | |
download | aerc-c882cf9960be691fe55617b87cdfcfbabd5d5557.tar.gz |
lint: removed unused code (deadcode, structcheck, unused)
Signed-off-by: Moritz Poldrack <moritz@poldrack.dev>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'worker/notmuch')
-rw-r--r-- | worker/notmuch/worker.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/worker/notmuch/worker.go b/worker/notmuch/worker.go index 2c80dbd4..dba7857d 100644 --- a/worker/notmuch/worker.go +++ b/worker/notmuch/worker.go @@ -17,7 +17,6 @@ import ( "time" "git.sr.ht/~rjarry/aerc/config" - "git.sr.ht/~rjarry/aerc/lib/uidstore" "git.sr.ht/~rjarry/aerc/logging" "git.sr.ht/~rjarry/aerc/models" "git.sr.ht/~rjarry/aerc/worker/handlers" @@ -40,7 +39,6 @@ type worker struct { nmEvents chan eventType query string currentQueryName string - uidStore *uidstore.Store queryMapOrder []string nameQueryMap map[string]string db *notmuch.DB |