diff --git a/src/Interpreters/ExpressionActions.cpp b/src/Interpreters/ExpressionActions.cpp index 73bc54a0473..c7d07017fcb 100644 --- a/src/Interpreters/ExpressionActions.cpp +++ b/src/Interpreters/ExpressionActions.cpp @@ -76,7 +76,7 @@ ExpressionActions::ExpressionActions(ActionsDAGPtr actions_dag_) ExpressionActionsPtr ExpressionActions::clone() const { - auto expressions = std::make_shared(*this); + return std::make_shared(*this); } void ExpressionActions::linearizeActions()