From 1a92a199543cd405a54704a1d3334164e2848943 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 26 Oct 2021 12:04:04 -0600 Subject: [PATCH] Remove Anchor from protocol --- crates/rpc/proto/zed.proto | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/crates/rpc/proto/zed.proto b/crates/rpc/proto/zed.proto index 0678215ef8..2986ab9451 100644 --- a/crates/rpc/proto/zed.proto +++ b/crates/rpc/proto/zed.proto @@ -245,16 +245,6 @@ message Selection { bool reversed = 4; } -message Anchor { - repeated VectorClockEntry version = 1; - uint64 offset = 2; - Bias bias = 3; - enum Bias { - LEFT = 0; - Right = 1; - } -} - message Operation { oneof variant { Edit edit = 1;