Remove unused code

This commit is contained in:
Sergei Trifonov 2023-06-30 15:53:37 +02:00 committed by GitHub
parent d1c7e13d08
commit 48eb188065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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