mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 13:17:18 +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);
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user