removed fpc 2.0.0 compatibility workarounds

git-svn-id: trunk@8766 -
This commit is contained in:
vincents 2006-02-17 21:14:39 +00:00
parent bdfd016800
commit a851d039ac

View File

@ -562,24 +562,6 @@ begin
Result:=CodeToolBoss.GetOwnerForCodeTreeNode(ANode); Result:=CodeToolBoss.GetOwnerForCodeTreeNode(ANode);
end; end;
{$IFDEF VER2_0_0}
function ExceptFrameCount: Longint;
begin
If RaiseList=Nil then
Result:=0
else
Result:=RaiseList^.Framecount;
end;
function ExceptFrames: PPointer;
begin
If RaiseList=Nil then
Result:=Nil
else
Result:=RaiseList^.Frames;
end;
{$ENDIF}
procedure DumpExceptionBackTrace; procedure DumpExceptionBackTrace;
var var
FrameCount: integer; FrameCount: integer;