diff --git a/components/codetools/codetoolmanager.pas b/components/codetools/codetoolmanager.pas index 7947662628..a24d51834f 100644 --- a/components/codetools/codetoolmanager.pas +++ b/components/codetools/codetoolmanager.pas @@ -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;