core/filtermaps: remove unused field unindexLimit

This commit is contained in:
Felix Lange 2025-03-13 14:38:38 +01:00
parent 2951d4c141
commit 6c0c2ba1da

View file

@ -58,7 +58,7 @@ type FilterMaps struct {
closeCh chan struct{} closeCh chan struct{}
closeWg sync.WaitGroup closeWg sync.WaitGroup
history, unindexLimit uint64 history uint64
exportFileName string exportFileName string
Params Params