mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 03:59:13 +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;
|
proctypeoption : tproctypeoption;
|
||||||
i : longint;
|
i : longint;
|
||||||
first : boolean;
|
first : boolean;
|
||||||
tempbuf : array[0..255] of byte;
|
|
||||||
begin
|
begin
|
||||||
write([space,' Return type : ']);
|
write([space,' Return type : ']);
|
||||||
readderef('', ProcDef.ReturnType);
|
readderef('', ProcDef.ReturnType);
|
||||||
@ -2429,7 +2428,6 @@ var
|
|||||||
doublevalue : double;
|
doublevalue : double;
|
||||||
singlevalue : single;
|
singlevalue : single;
|
||||||
extended : TSplit80bitReal;
|
extended : TSplit80bitReal;
|
||||||
tempbuf : array[0..127] of char;
|
|
||||||
pw : pcompilerwidestring;
|
pw : pcompilerwidestring;
|
||||||
varoptions : tvaroptions;
|
varoptions : tvaroptions;
|
||||||
propoptions : tpropertyoptions;
|
propoptions : tpropertyoptions;
|
||||||
|
Loading…
Reference in New Issue
Block a user