From a851d039ac78f7a9c8b044f5c7bdc32a25d29bce Mon Sep 17 00:00:00 2001 From: vincents Date: Fri, 17 Feb 2006 21:14:39 +0000 Subject: [PATCH] removed fpc 2.0.0 compatibility workarounds git-svn-id: trunk@8766 - --- components/codetools/codetoolmanager.pas | 18 ------------------ 1 file changed, 18 deletions(-) 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;