mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-30 05:24:22 +00:00
Remove unused variables and labels.
modified: src/bbtsub.c modified: src/fvar.c modified: src/loopsops.c modified: src/mkcell.c modified: src/mvs.c modified: src/return.c
This commit is contained in:
@@ -354,7 +354,6 @@ LispPTR lcfuncall(register unsigned int atom_index, register int argnum, registe
|
||||
register short pv_num; /* scratch for pv */
|
||||
register struct fnhead *tmp_fn;
|
||||
int rest; /* use for arignments */
|
||||
int closurep = NIL;
|
||||
register CClosure *closure68k;
|
||||
|
||||
if (atom_index == 0xffffffff) error("Loops punt to nonexistant fn");
|
||||
|
||||
Reference in New Issue
Block a user