From 56b05dc3b8d04de25489b4510ba25efc584ebc7a Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Sun, 30 Mar 2025 15:30:39 -0500 Subject: T7272: add commit processing of commitd response --- data/vycall.proto | 6 ------ 1 file changed, 6 deletions(-) (limited to 'data/vycall.proto') diff --git a/data/vycall.proto b/data/vycall.proto index e0af67b..0037aa7 100644 --- a/data/vycall.proto +++ b/data/vycall.proto @@ -12,12 +12,6 @@ message Call { message Commit { required string session_id = 1; - // optional explicit load; - // otherwise, session configs are loaded from cached internal - // representation, specified by session id value - optional string named_active = 2; - optional string named_proposed = 3; - // required bool dry_run = 4; required bool atomic = 5; required bool background = 6; -- cgit v1.2.3