mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Remove unused code
This commit is contained in:
parent
d1c7e13d08
commit
48eb188065
@ -83,8 +83,6 @@ struct QueryState
|
||||
NOT_CANCELLED
|
||||
};
|
||||
|
||||
static std::string cancellationStatusToName(CancellationStatus status);
|
||||
|
||||
/// Is request cancelled
|
||||
CancellationStatus cancellation_status = CancellationStatus::NOT_CANCELLED;
|
||||
bool is_connection_closed = false;
|
||||
|
Loading…
Reference in New Issue
Block a user