summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/client_method_options.h
diff options
context:
space:
mode:
authorhiddenpath <[email protected]>2025-03-24 23:32:35 +0300
committerhiddenpath <[email protected]>2025-03-24 23:46:36 +0300
commit0c198482005b44e3265cafbce86ebe229affc793 (patch)
tree7e64a97d7e7c879aaeca3ec62a82bed7168996a7 /yt/cpp/mapreduce/interface/client_method_options.h
parent105f4a6e123523b2003748b637f84f4961f4b4c2 (diff)
YT-24560: Move ProxyRole from TCreateClientOptions to TConfig
commit_hash:084ed566137acac02d701e8b07c99af4c78db549
Diffstat (limited to 'yt/cpp/mapreduce/interface/client_method_options.h')
-rw-r--r--yt/cpp/mapreduce/interface/client_method_options.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/yt/cpp/mapreduce/interface/client_method_options.h b/yt/cpp/mapreduce/interface/client_method_options.h
index 12743e077fd..807009682e1 100644
--- a/yt/cpp/mapreduce/interface/client_method_options.h
+++ b/yt/cpp/mapreduce/interface/client_method_options.h
@@ -1118,9 +1118,6 @@ struct TCreateClientOptions
/// @brief Proxy Address to be used for connection
FLUENT_FIELD_OPTION(TString, ProxyAddress);
-
- /// @brief Desired proxy role to be used for connection.
- FLUENT_FIELD_OPTION(TString, ProxyRole);
};
///