projects
/
scc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e94101
)
Removed unused variables
author
Robert Pengelly
<robertapengelly@hotmail.com>
Mon, 1 Jun 2026 08:15:54 +0000
(09:15 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Mon, 1 Jun 2026 08:15:54 +0000
(09:15 +0100)
lib.c
patch
|
blob
|
history
diff --git
a/lib.c
b/lib.c
index 6e12da5965fcbdd2aaace12eb3b2c5f0851f8744..86805eb11742d3bd1ac49b4cf1fa724e2f01bcc6 100755
(executable)
--- 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++) {