Merge pull request #3386 from influxdb/remove_dead_code

Remove unused field attribute
pull/3387/head
Philip O'Toole 2015-07-18 13:21:59 -07:00
commit ee614054a1
1 changed files with 0 additions and 1 deletions

View File

@ -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.