dbms: fixed build [#METR-2944].

This commit is contained in:
Alexey Milovidov 2015-11-21 06:20:31 +03:00
parent 659cf5a940
commit d7c24b8203

View File

@ -548,7 +548,7 @@ private:
out->getChars().reserve(total_length);
const auto & null_value = std::get<String>(attribute.null_values);
// const auto & null_value = std::get<String>(attribute.null_values);
for (const auto row : ext::range(0, ext::size(ids)))
{