Merge pull request #3386 from influxdb/remove_dead_code
Remove unused field attributepull/3387/head
commit
ee614054a1
|
@ -49,7 +49,6 @@ type RawMapper struct {
|
|||
whereFields []string // field names that occur in the where clause
|
||||
selectFields []string // field names that occur in the select clause
|
||||
selectTags []string // tag keys that occur in the select clause
|
||||
fieldName string // the field name being read.
|
||||
|
||||
cursors []*tagSetCursor // Cursors per tag sets.
|
||||
currCursorIndex int // Current tagset cursor being drained.
|
||||
|
|
Loading…
Reference in New Issue