mirror of
https://github.com/openai/codex.git
synced 2026-05-03 04:42:20 +03:00
nit: drop unused function call error (#8903)
This commit is contained in:
@@ -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}")]
|
||||
|
||||
Reference in New Issue
Block a user