aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/td
diff options
context:
space:
mode:
authoriliavy <iliavysokih@yandex.ru>2025-12-12 20:56:54 +0300
committerAliaksei Levin <22669599+levlam@users.noreply.github.com>2025-12-19 17:16:19 +0300
commitf55fb2a2c674bc2743efaadefbf1215abc8581ed (patch)
treeac02ef213d6fa485714596ecd4b34a0fe99ec603 /tdutils/td
parent89e7366783e13d63085878ba407da83107ccd401 (diff)
Fix warning
Diffstat (limited to 'tdutils/td')
-rw-r--r--tdutils/td/utils/buffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tdutils/td/utils/buffer.h b/tdutils/td/utils/buffer.h
index 6e5084a05..03599613c 100644
--- a/tdutils/td/utils/buffer.h
+++ b/tdutils/td/utils/buffer.h
@@ -69,8 +69,6 @@ class BufferAllocator {
static size_t get_buffer_mem();
static int64 get_buffer_slice_size();
- static void clear_thread_local();
-
private:
friend class BufferSlice;