Skip to content

Commit

Permalink
redundant allocation is overwritten by line 1769
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcarnie committed Aug 17, 2017
1 parent 823f903 commit c86dc0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tsdb/engine/tsm1/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -1758,8 +1758,6 @@ func (e *Engine) createTagSetIterators(ref *influxql.VarRef, name string, t *que
group.keys = t.SeriesKeys[i*n:]
group.filters = t.Filters[i*n:]
}

group.itrs = make([]query.Iterator, 0, len(group.keys))
}

// Read series groups in parallel.
Expand Down

0 comments on commit c86dc0d

Please sign in to comment.