From: Robert Pengelly Date: Mon, 1 Jun 2026 08:15:54 +0000 (+0100) Subject: Removed unused variables X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=f6cf8835dba8ede4f5ff9ff241c58a20544a39b4;p=scc.git Removed unused variables --- 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++) {