diff options
author | coteeq <coteeq@yandex-team.com> | 2023-11-24 18:09:49 +0300 |
---|---|---|
committer | coteeq <coteeq@yandex-team.com> | 2023-11-24 18:41:11 +0300 |
commit | a382d2493c36d0cb4e70e262e79ba581ea18583b (patch) | |
tree | 544259d414c65211ef464d4ae89d6148e31cdba1 | |
parent | e714a823f93b3bfa8b2d9ef1acdd7758ace24a0c (diff) | |
download | ydb-a382d2493c36d0cb4e70e262e79ba581ea18583b.tar.gz |
Cosmetic: duplicate declaration of ToProto
-rw-r--r-- | yt/yt/client/table_client/name_table.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/yt/client/table_client/name_table.h b/yt/yt/client/table_client/name_table.h index feeabede18..f0e94f3617 100644 --- a/yt/yt/client/table_client/name_table.h +++ b/yt/yt/client/table_client/name_table.h @@ -105,7 +105,6 @@ private: //////////////////////////////////////////////////////////////////////////////// void ToProto(NProto::TNameTableExt* protoNameTable, const TNameTablePtr& nameTable); -void ToProto(NProto::TNameTableExt* protoNameTable, const TNameTablePtr& nameTable); void FromProto(TNameTablePtr* nameTable, const NProto::TNameTableExt& protoNameTable); //////////////////////////////////////////////////////////////////////////////// |