mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 17:59:25 +02:00
* Removed unused vars.
git-svn-id: trunk@35534 -
This commit is contained in:
parent
2a01a603d8
commit
29986a1616
@ -1975,7 +1975,6 @@ var
|
||||
proctypeoption : tproctypeoption;
|
||||
i : longint;
|
||||
first : boolean;
|
||||
tempbuf : array[0..255] of byte;
|
||||
begin
|
||||
write([space,' Return type : ']);
|
||||
readderef('', ProcDef.ReturnType);
|
||||
@ -2429,7 +2428,6 @@ var
|
||||
doublevalue : double;
|
||||
singlevalue : single;
|
||||
extended : TSplit80bitReal;
|
||||
tempbuf : array[0..127] of char;
|
||||
pw : pcompilerwidestring;
|
||||
varoptions : tvaroptions;
|
||||
propoptions : tpropertyoptions;
|
||||
|
Loading…
Reference in New Issue
Block a user