diff options
author | Sergey Uzhakov <uzhastik@gmail.com> | 2022-05-27 23:58:40 +0300 |
---|---|---|
committer | Sergey Uzhakov <uzhastik@gmail.com> | 2022-05-27 23:58:40 +0300 |
commit | b5b160302533ead12b34f8927bc8fe50376e06cd (patch) | |
tree | 56ec37ccc8c54da054b64a1b389a908bf7e6056e | |
parent | e9b682b2fc7a1e0a8a6743ee1f0e6a457a65c666 (diff) | |
download | ydb-b5b160302533ead12b34f8927bc8fe50376e06cd.tar.gz |
http proxy: remove unused member GRpcRequestProxyId_
ref:a3b55056276132ff810d6c37830a1bc08a49a0e7
-rw-r--r-- | ydb/core/http_proxy/grpc_service.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/http_proxy/grpc_service.h b/ydb/core/http_proxy/grpc_service.h index 54000d286e..8ff4423778 100644 --- a/ydb/core/http_proxy/grpc_service.h +++ b/ydb/core/http_proxy/grpc_service.h @@ -33,7 +33,6 @@ private: std::shared_ptr<NYdb::ICredentialsProvider> CredentialsProvider_; TIntrusivePtr<NMonitoring::TDynamicCounters> Counters_; - NActors::TActorId GRpcRequestProxyId_; NGrpc::TGlobalLimiter* Limiter_; }; |