diff --git a/object/types.proto b/object/types.proto index 2437ca9..be4afa4 100644 --- a/object/types.proto +++ b/object/types.proto @@ -17,8 +17,6 @@ message Attribute { } message ExtendedHeader { - // Redirect not used yet - refs.Address Redirect = 2; // Attribute is a set of K-V object attributes Attribute Attribute = 3; // Split carries the position of the object in the split hierarchy. diff --git a/proto-docs/object.md b/proto-docs/object.md index 9c77114..3ffd4b3 100644 --- a/proto-docs/object.md +++ b/proto-docs/object.md @@ -380,7 +380,6 @@ Attribute groups the parameters of the object attributes. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| Redirect | [refs.Address](#refs.Address) | | Redirect not used yet | | Attribute | [Attribute](#object.Attribute) | | Attribute is a set of K-V object attributes | | SplitHeader | [SplitHeader](#object.SplitHeader) | | Split carries the position of the object in the split hierarchy. | | Tombstone | [Tombstone](#object.Tombstone) | | Tombstone header that set up in deleted objects |