1
0
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:
Nick Briggs
2017-07-20 17:14:59 -07:00
parent c6ed74d94b
commit f328efcd55
6 changed files with 3 additions and 11 deletions

View File

@@ -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");