remove unused code

pull/314/head
Darien Raymond 2016-11-20 11:00:59 +01:00
parent 6c441e2a5f
commit 56fb8c478c
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 0 additions and 6 deletions

View File

@ -38,12 +38,6 @@ func (this *AdaptiveReader) Read() (*alloc.Buffer, error) {
return nil, err
}
//if buffer.Len() >= alloc.BufferSize {
// this.allocate = alloc.NewLargeBuffer
//} else {
// this.allocate = alloc.NewBuffer
//}
return buffer, nil
}