compiler: cleanup

git-svn-id: trunk@16488 -
This commit is contained in:
paul 2010-12-01 07:40:09 +00:00
parent ba75daa50d
commit d9a43f7858
2 changed files with 1 additions and 4 deletions

View File

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

View File

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