diff options
author | hiddenpath <hiddenpath@yandex-team.com> | 2024-12-27 23:40:40 +0300 |
---|---|---|
committer | hiddenpath <hiddenpath@yandex-team.com> | 2024-12-27 23:54:08 +0300 |
commit | 54651819a73c2509f9023d5687919f73c236c622 (patch) | |
tree | 6c71e287fef5218d29aac343e56f6f7dda21e701 /yt | |
parent | 53beb43a8ca2431f7a260c3b26555f2272eb75db (diff) | |
download | ydb-54651819a73c2509f9023d5687919f73c236c622.tar.gz |
Remove maybe_unused attribute from MultisetAttributesOptions
commit_hash:d923a057eb8686eedefda511627ffd70580ebbe2
Diffstat (limited to 'yt')
-rw-r--r-- | yt/cpp/mapreduce/raw_client/rpc_parameters_serialization.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/raw_client/rpc_parameters_serialization.cpp b/yt/cpp/mapreduce/raw_client/rpc_parameters_serialization.cpp index 1ac8257ad4..65bf9e29a5 100644 --- a/yt/cpp/mapreduce/raw_client/rpc_parameters_serialization.cpp +++ b/yt/cpp/mapreduce/raw_client/rpc_parameters_serialization.cpp @@ -190,7 +190,7 @@ TNode SerializeParamsForMultisetAttributes( const TTransactionId& transactionId, const TString& pathPrefix, const TYPath& path, - [[maybe_unused]] const TMultisetAttributesOptions& options) + const TMultisetAttributesOptions& options) { TNode result; SetTransactionIdParam(&result, transactionId); |