From 7063e0cffe87b1a445bfa696aab98af9de63bbb9 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Fri, 23 Feb 2018 09:00:03 +0300 Subject: [PATCH] Removed unused method #1947 --- dbms/src/Interpreters/InterpreterSelectQuery.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dbms/src/Interpreters/InterpreterSelectQuery.h b/dbms/src/Interpreters/InterpreterSelectQuery.h index 14416e5fd46..857b8c31bd6 100644 --- a/dbms/src/Interpreters/InterpreterSelectQuery.h +++ b/dbms/src/Interpreters/InterpreterSelectQuery.h @@ -150,10 +150,6 @@ private: */ void getDatabaseAndTableNames(String & database_name, String & table_name); - /** Select from the list of columns any, better - with minimum size. - */ - String getAnyColumn(); - /// Different stages of query execution. /// Fetch data from the table. Returns the stage to which the query was processed in Storage.