diff --git a/internal/plugins/backends/acp/handshake.go b/internal/plugins/backends/acp/handshake.go index 4dcb9d13..ee0e0d11 100644 --- a/internal/plugins/backends/acp/handshake.go +++ b/internal/plugins/backends/acp/handshake.go @@ -30,12 +30,6 @@ type HandshakeProfile struct { SessionNewMCPServers json.RawMessage } -func defaultHandshakeProfile() HandshakeProfile { - return HandshakeProfile{ - ProtocolVersion: 1, - } -} - func mergeHandshakeProfile(cfg Config, call *lipapi.Call) HandshakeProfile { p := cfg.Handshake if p.ProtocolVersion == 0 {