aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-08-24 15:11:36 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-08-24 15:22:09 +0300
commit364d024c03a5fbe3b261299f6444fc4c8909fa31 (patch)
tree85d72ace8b277d94931eb070ee3dcc5671d9eab9
parent509a971515bc6421a4a824fda0a8cb19c683d85f (diff)
downloadydb-364d024c03a5fbe3b261299f6444fc4c8909fa31.tar.gz
Intermediate changes
-rw-r--r--yt/yt/client/hedging/cache.h6
-rw-r--r--yt/yt/client/hedging/rpc.h2
2 files changed, 2 insertions, 6 deletions
diff --git a/yt/yt/client/hedging/cache.h b/yt/yt/client/hedging/cache.h
index ebfbb715d2..db994f7f8b 100644
--- a/yt/yt/client/hedging/cache.h
+++ b/yt/yt/client/hedging/cache.h
@@ -11,8 +11,8 @@ namespace NYT::NClient::NCache {
////////////////////////////////////////////////////////////////////////////////
- class TConfig;
- class TClustersConfig;
+class TConfig;
+class TClustersConfig;
////////////////////////////////////////////////////////////////////////////////
@@ -22,8 +22,6 @@ namespace NYT::NClient::NCache {
namespace NYT::NClient::NHedging::NRpc {
-////////////////////////////////////////////////////////////////////////////////
-
using NYT::NClient::NCache::TConfig;
using NYT::NClient::NCache::TClustersConfig;
diff --git a/yt/yt/client/hedging/rpc.h b/yt/yt/client/hedging/rpc.h
index 1e573e84fa..9eda2c35a6 100644
--- a/yt/yt/client/hedging/rpc.h
+++ b/yt/yt/client/hedging/rpc.h
@@ -10,8 +10,6 @@
namespace NYT::NClient::NHedging::NRpc {
-////////////////////////////////////////////////////////////////////////////////
-
using NYT::NClient::NCache::TConfig;
using NYT::NClient::NCache::TClustersConfig;
using NYT::NClient::NCache::ECompressionCodec;