deleted commented code

This commit is contained in:
Nikolai Kochetov 2017-07-11 13:26:18 +03:00 committed by alexey-milovidov
parent 30ed774bf7
commit f1775af3f0

View File

@ -160,7 +160,6 @@ size_t MergeTreeReader::readRows(size_t from_mark, bool continue_reading, size_t
/// NOTE: positions for all streams must be kept in sync. In particular, even if for some streams there are no rows to be read,
/// you must ensure that no seeks are skipped and at this point they all point to to_mark.
// cur_mark_idx = to_mark;
}
catch (Exception & e)
{