Merge pull request #3836 from influxdb/unusedbuffer

Remove unused buffer allocation
pull/3846/head
Daniel Morsing 2015-08-25 15:51:02 -06:00
commit db2bff682b
1 changed files with 0 additions and 1 deletions

View File

@ -598,7 +598,6 @@ func (tx *Tx) Cursor(key string) tsdb.Cursor {
c := &Cursor{
cursor: b.Cursor(),
buf: make([]byte, DefaultBlockSize),
}
return tsdb.MultiCursor(walCursor, c)