diff --git a/src/Interpreters/InterpreterSelectQuery.cpp b/src/Interpreters/InterpreterSelectQuery.cpp index 93161249e09..3e8b62c0fd6 100644 --- a/src/Interpreters/InterpreterSelectQuery.cpp +++ b/src/Interpreters/InterpreterSelectQuery.cpp @@ -2436,7 +2436,6 @@ void InterpreterSelectQuery::executeLimit(Pipeline & pipeline) void InterpreterSelectQuery::executeOffset(Pipeline & /* pipeline */) {} - void InterpreterSelectQuery::executeWithFill(Pipeline & pipeline) { auto & query = getSelectQuery();