diff options
| author | iliavy <iliavysokih@yandex.ru> | 2025-12-12 20:56:54 +0300 |
|---|---|---|
| committer | Aliaksei Levin <22669599+levlam@users.noreply.github.com> | 2025-12-19 17:16:19 +0300 |
| commit | f55fb2a2c674bc2743efaadefbf1215abc8581ed (patch) | |
| tree | ac02ef213d6fa485714596ecd4b34a0fe99ec603 /tdutils/td | |
| parent | 89e7366783e13d63085878ba407da83107ccd401 (diff) | |
Fix warning
Diffstat (limited to 'tdutils/td')
| -rw-r--r-- | tdutils/td/utils/buffer.h | 2 |
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; |
