nit: drop unused function call error (#8903)

This commit is contained in:
jif-oai
2026-01-08 15:07:30 +00:00
committed by GitHub
parent da667b1f56
commit 98e171258c
2 changed files with 1 additions and 5 deletions

View File

@@ -4,9 +4,6 @@ use thiserror::Error;
pub enum FunctionCallError {
#[error("{0}")]
RespondToModel(String),
#[error("{0}")]
#[allow(dead_code)] // TODO(jif) fix in a follow-up PR
Denied(String),
#[error("LocalShellCall without call_id or id")]
MissingLocalShellCallId,
#[error("Fatal error: {0}")]