dbms: removed useless variable [#METR-2944].

This commit is contained in:
Alexey Milovidov 2014-04-06 05:18:28 +04:00
parent 3f6c101222
commit 8b3df69a46

View File

@ -364,7 +364,6 @@ private:
NamesAndTypesListPtr columns;
Logger * log;
volatile bool shutdown_called;
/// Регулярное выражение соответсвующее названию директории с кусочками
Poco::RegularExpression file_name_regexp;