Removed unused method #1947

This commit is contained in:
Alexey Milovidov 2018-02-23 09:00:03 +03:00
parent ce1f9d7feb
commit 7063e0cffe

View File

@ -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.