Explorar el Código

remove unused code

Darien Raymond hace 9 años
padre
commit
56fb8c478c
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      common/io/reader.go

+ 0 - 6
common/io/reader.go

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