DiskReader: do not initialize pre-loop-buffer in constructor

This commit is contained in:
Paul Davis
2020-05-15 17:27:21 -06:00
parent 0c2e68137b
commit 7ed153ca0f

View File

@@ -134,7 +134,6 @@ protected:
, initialized (false)
{
resize (buffer_size);
resize_preloop (preloop_size);
}
~ReaderChannelInfo ()