diff options
author | alexvru <alexvru@ydb.tech> | 2023-01-09 19:34:56 +0300 |
---|---|---|
committer | alexvru <alexvru@ydb.tech> | 2023-01-09 19:34:56 +0300 |
commit | a0744125035d03c877f73fbdf128d35d414501a2 (patch) | |
tree | fcea9ef94e39294250eaefbdba85be6fbbbc55c5 | |
parent | 291dc87a9ae66d8c68ee96b823eda68d2285045a (diff) | |
download | ydb-a0744125035d03c877f73fbdf128d35d414501a2.tar.gz |
Remove unused field from protobuf
-rw-r--r-- | ydb/core/protos/blob_depot.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/protos/blob_depot.proto b/ydb/core/protos/blob_depot.proto index 15086c6a95..d1233c4e96 100644 --- a/ydb/core/protos/blob_depot.proto +++ b/ydb/core/protos/blob_depot.proto @@ -36,7 +36,6 @@ message TValue { repeated TValueChain ValueChain = 2; optional EKeepState KeepState = 3; optional bool Public = 4; - optional NKikimrProto.TLogoBlobID OriginalBlobId = 5; } message TGivenIdRange { |