unrelated

This commit is contained in:
Ahmed Ibrahim
2025-12-13 21:05:51 -08:00
parent 9ba67c9a29
commit 98e7b58beb

View File

@@ -451,7 +451,6 @@ pub(crate) struct SessionConfiguration {
/// Source of the session (cli, vscode, exec, mcp, ...)
session_source: SessionSource,
/// Whether the CLI is up to date with the latest known version at session start.
#[allow(dead_code)]
is_up_to_date: bool,
}