From f6cf8835dba8ede4f5ff9ff241c58a20544a39b4 Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Mon, 1 Jun 2026 09:15:54 +0100 Subject: [PATCH] Removed unused variables --- lib.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib.c b/lib.c index 6e12da5..86805eb 100755 --- a/lib.c +++ b/lib.c @@ -960,9 +960,8 @@ again: int scc_close (FILE *fp) { struct hashtab_entry *entry; - struct hashtab_name *key; - struct temp_file *tmp; + int ret, i; for (i = 0; i < hashtab_tmpfiles.capacity; i++) { @@ -1126,9 +1125,8 @@ FILE *scc_tmpfile (void) { int scc_close (FILE *fp) { struct hashtab_entry *entry; - struct hashtab_name *key; - struct temp_file *tmp; + int ret, i; for (i = 0; i < hashtab_tmpfiles.capacity; i++) { -- 2.34.1