Remove unused variable

This commit is contained in:
alesapin 2020-06-19 22:41:24 +03:00
parent 4c0879ae30
commit 85070ea2fd

View File

@ -497,9 +497,6 @@ Block InterpreterSelectQuery::getSampleBlockImpl()
bool second_stage = from_stage <= QueryProcessingStage::WithMergeableState
&& options.to_stage > QueryProcessingStage::WithMergeableState;
Names columns_required_for_sampling;
Names columns_required_for_;
analysis_result = ExpressionAnalysisResult(
*query_analyzer,
metadata_snapshot,