From 7df5ea7baa805e425e1e375679614ca632f12f18 Mon Sep 17 00:00:00 2001 From: jimmyfraiture Date: Thu, 11 Sep 2025 19:05:09 -0700 Subject: [PATCH] Fix linter --- codex-rs/core/src/shell.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/src/shell.rs b/codex-rs/core/src/shell.rs index 2e997ef69d..d37342d3bf 100644 --- a/codex-rs/core/src/shell.rs +++ b/codex-rs/core/src/shell.rs @@ -230,7 +230,6 @@ async fn detect_default_user_shell(session_id: Uuid, codex_home: &Path) -> Shell { let shell_path = shell_path.clone(); let rc_path = rc_path.clone(); - let home_path = home_path.clone(); let codex_home = codex_home.to_path_buf(); tokio::spawn(async move { let snapshot_path = snapshots::ensure_posix_snapshot(