Merge pull request #61830 from ClickHouse/remove-unused-code

Remove unused code
This commit is contained in:
Alexey Milovidov 2024-03-24 21:02:52 +03:00 committed by GitHub
commit 902cbd0724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,14 +132,6 @@ public:
void setThrottler(const ThrottlerPtr &) override {}
private:
void initBlockInput();
void processOrdinaryQuery();
void processOrdinaryQueryWithProcessors();
void updateState();
bool pullBlock(Block & block);
void finishQuery();