From 4531950aaf36f9d8dcea2da18cee101f9160598d Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 1 Aug 2019 06:32:49 +0300 Subject: [PATCH] Remove unused field. GitOrigin-RevId: 00e6b70cb12fd356f029ee94fb2c3f96e15c8a91 --- td/telegram/net/SessionMultiProxy.h | 1 - 1 file changed, 1 deletion(-) diff --git a/td/telegram/net/SessionMultiProxy.h b/td/telegram/net/SessionMultiProxy.h index 79b54c6a..92f0e975 100644 --- a/td/telegram/net/SessionMultiProxy.h +++ b/td/telegram/net/SessionMultiProxy.h @@ -37,7 +37,6 @@ class SessionMultiProxy : public Actor { void update_destroy_auth_key(bool need_destroy_auth_key); private: - size_t pos_ = 0; int32 session_count_ = 0; std::shared_ptr auth_data_; bool is_main_ = false;