diff --git a/tsdb/engine.go b/tsdb/engine.go index 48f300a0ea..4a90205a2f 100644 --- a/tsdb/engine.go +++ b/tsdb/engine.go @@ -159,7 +159,6 @@ func NewEngine(id uint64, i Index, path string, walPath string, sfile *SeriesFil type EngineOptions struct { EngineVersion string IndexVersion string - ShardID uint64 InmemIndex interface{} // shared in-memory index // Limits the concurrent number of TSM files that can be loaded at once.