summaryrefslogtreecommitdiffstats
path: root/sync/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'sync/protocol')
-rw-r--r--sync/protocol/attachments.proto4
1 files changed, 0 insertions, 4 deletions
diff --git a/sync/protocol/attachments.proto b/sync/protocol/attachments.proto
index 986e29f..e08e2b0 100644
--- a/sync/protocol/attachments.proto
+++ b/sync/protocol/attachments.proto
@@ -19,10 +19,6 @@ message AttachmentIdProto {
// Uniquely identifies the attachment. Two attachments with the same unique_id
// are considered equivalent.
optional string unique_id = 1;
- // Size of the attachment data in bytes.
- optional uint64 size_bytes = 2;
- // Crc32c of the attachment data.
- optional uint32 crc32c = 3;
}
// Metadata for a single attachment.