mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 11:28:07 +02:00
compiler: cleanup
git-svn-id: trunk@16488 -
This commit is contained in:
parent
ba75daa50d
commit
d9a43f7858
@ -235,7 +235,6 @@ implementation
|
|||||||
hasequalpara,
|
hasequalpara,
|
||||||
hasoverloads,
|
hasoverloads,
|
||||||
pdoverload : boolean;
|
pdoverload : boolean;
|
||||||
vmtpd : tprocdef;
|
|
||||||
srsym : tsym;
|
srsym : tsym;
|
||||||
st : tsymtable;
|
st : tsymtable;
|
||||||
|
|
||||||
@ -411,7 +410,7 @@ implementation
|
|||||||
|
|
||||||
function found_category_method(st: tsymtable): boolean;
|
function found_category_method(st: tsymtable): boolean;
|
||||||
var
|
var
|
||||||
entrycount, procdefcount: longint;
|
entrycount: longint;
|
||||||
cat: tobjectdef;
|
cat: tobjectdef;
|
||||||
vmtpd: tprocdef;
|
vmtpd: tprocdef;
|
||||||
vmtvis: tvisibility;
|
vmtvis: tvisibility;
|
||||||
|
@ -2834,8 +2834,6 @@ implementation
|
|||||||
|
|
||||||
|
|
||||||
constructor tabstractprocdef.ppuload(dt:tdeftyp;ppufile:tcompilerppufile);
|
constructor tabstractprocdef.ppuload(dt:tdeftyp;ppufile:tcompilerppufile);
|
||||||
var
|
|
||||||
b : byte;
|
|
||||||
begin
|
begin
|
||||||
inherited ppuload(dt,ppufile);
|
inherited ppuload(dt,ppufile);
|
||||||
parast:=nil;
|
parast:=nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user