1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-21 08:38:43 +00:00

Remove unused variable declarations.

modified:   array.c
	modified:   array3.c
	modified:   car-cdr.c
	modified:   chardev.c
	modified:   conspage.c
	modified:   ldeboot.c
	modified:   sxhash.c
	modified:   unixfork.c
This commit is contained in:
Nick Briggs
2017-07-18 19:00:36 -07:00
parent 1da1a2cf10
commit ffff6ee267
8 changed files with 17 additions and 35 deletions

View File

@@ -45,9 +45,7 @@ type size typenumber
/*** N_OP_misc3 -- op 372/9 (base typenumber index) ***/
LispPTR N_OP_misc3(LispPTR baseL, LispPTR typenumber, LispPTR inx, int alpha) {
register int result;
register int index, type;
register DLword *wordp;
/* for CREATECELL */
DLword *createcell68k(unsigned int type);