proto: Remove AcceptTermsOfService
message (#36272)
This PR removes the `AcceptTermsOfService` RPC message. We're no longer using the message after https://github.com/zed-industries/zed/pull/36255. Release Notes: - N/A
This commit is contained in:
parent
65f64aa513
commit
7199c733b2
4 changed files with 1 additions and 32 deletions
|
@ -20,8 +20,6 @@ pub const SSH_PEER_ID: PeerId = PeerId { owner_id: 0, id: 0 };
|
|||
pub const SSH_PROJECT_ID: u64 = 0;
|
||||
|
||||
messages!(
|
||||
(AcceptTermsOfService, Foreground),
|
||||
(AcceptTermsOfServiceResponse, Foreground),
|
||||
(Ack, Foreground),
|
||||
(AckBufferOperation, Background),
|
||||
(AckChannelMessage, Background),
|
||||
|
@ -315,7 +313,6 @@ messages!(
|
|||
);
|
||||
|
||||
request_messages!(
|
||||
(AcceptTermsOfService, AcceptTermsOfServiceResponse),
|
||||
(ApplyCodeAction, ApplyCodeActionResponse),
|
||||
(
|
||||
ApplyCompletionAdditionalEdits,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue