From 4880db1dbfc27d8b7302ab84c4f940350046fe1b Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 15 Aug 2024 09:09:19 +0300 Subject: [PATCH] Remove unused function declaration. --- td/telegram/Td.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/td/telegram/Td.h b/td/telegram/Td.h index 8a812a8c9..30f40fea0 100644 --- a/td/telegram/Td.h +++ b/td/telegram/Td.h @@ -424,8 +424,6 @@ class Td final : public Actor { std::shared_ptr old_context_; - static int *get_log_verbosity_level(Slice name); - template Promise create_request_promise(uint64 id) { return PromiseCreator::lambda([actor_id = actor_id(this), id](Result r_state) {