Remove a few unused variables.

This commit is contained in:
Stephen Heumann 2023-04-04 18:11:41 -05:00
parent 0b3f48157e
commit 4c903a5331
1 changed files with 0 additions and 4 deletions

View File

@ -4307,7 +4307,6 @@ procedure InitScanner {start, end: ptr};
{ end - points one byte past the last character in the file }
var
chi: minChar..maxChar; {loop variable}
lch: char; {next command line character}
cp: ptr; {character pointer}
i: 0..hashSize; {loop variable}
@ -4317,8 +4316,6 @@ var
mp: macroRecordPtr; {for building the predefined macros}
bp: ^macroRecordPtr;
timeString: packed array[1..20] of char; {time from misc. tools}
procedure NextCh;
@ -4931,7 +4928,6 @@ procedure CheckIdentifier;
label 1;
var
bPtr: ^macroRecordPtr; {pointer to hash bucket}
mPtr: macroRecordPtr; {for checking list of macros}
rword: tokenEnum; {loop variable}
sp: stringPtr; {for saving identifier names}