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,
hasoverloads,
pdoverload : boolean;
vmtpd : tprocdef;
srsym : tsym;
st : tsymtable;
@ -411,7 +410,7 @@ implementation
function found_category_method(st: tsymtable): boolean;
var
entrycount, procdefcount: longint;
entrycount: longint;
cat: tobjectdef;
vmtpd: tprocdef;
vmtvis: tvisibility;

View File

@ -2834,8 +2834,6 @@ implementation
constructor tabstractprocdef.ppuload(dt:tdeftyp;ppufile:tcompilerppufile);
var
b : byte;
begin
inherited ppuload(dt,ppufile);
parast:=nil;