codex: remove in-process legacy notifications (#15106)

This commit is contained in:
Eric Traut
2026-03-21 00:13:26 -06:00
parent d15933b8d9
commit 50b9c114be
3 changed files with 6 additions and 93 deletions

View File

@@ -819,7 +819,6 @@ async fn run_exec_session(args: ExecRunArgs) -> anyhow::Result<()> {
warn!("{message}");
let _ = event_processor.process_event(TypedExecEvent::Warning(message));
}
InProcessServerEvent::LegacyNotification(_) => {}
}
}