mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-05 18:49:09 +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:
@@ -38,11 +38,8 @@ LispPTR N_OP_aref1(register LispPTR arrayarg, register LispPTR inx) {
|
||||
register LispPTR baseL;
|
||||
register int type, index;
|
||||
register OneDArray *arrayblk;
|
||||
LispPTR temp;
|
||||
register int result;
|
||||
|
||||
/* for CREATECELL */
|
||||
register DLword *wordp;
|
||||
DLword *createcell68k(unsigned int type);
|
||||
|
||||
/* verify array */
|
||||
|
||||
Reference in New Issue
Block a user