mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 06:56:10 +02:00
removed fpc 2.0.0 compatibility workarounds
git-svn-id: trunk@8766 -
This commit is contained in:
parent
bdfd016800
commit
a851d039ac
@ -562,24 +562,6 @@ begin
|
||||
Result:=CodeToolBoss.GetOwnerForCodeTreeNode(ANode);
|
||||
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;
|
||||
var
|
||||
FrameCount: integer;
|
||||
|
Loading…
Reference in New Issue
Block a user