diff --git a/crates/g3-core/src/tools/file_ops.rs b/crates/g3-core/src/tools/file_ops.rs index 8661f50..f21ba22 100644 --- a/crates/g3-core/src/tools/file_ops.rs +++ b/crates/g3-core/src/tools/file_ops.rs @@ -154,7 +154,6 @@ pub async fn execute_read_file( let partial_content = &content[start_boundary..end_boundary]; let line_count = partial_content.lines().count(); - let total_lines = content.lines().count(); // Format output based on whether truncation occurred if was_truncated {