* Removed unused vars.

git-svn-id: trunk@35534 -
This commit is contained in:
yury 2017-03-07 08:24:10 +00:00
parent 2a01a603d8
commit 29986a1616

View File

@ -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;