git-svn-id: trunk@16953 -
This commit is contained in:
mattias 2008-10-11 07:31:03 +00:00
parent 354a0d40d4
commit e5de689ab4
2 changed files with 0 additions and 4 deletions

View File

@ -2613,9 +2613,6 @@ end;
function TCodeToolManager.AddIncludeDirective(Code: TCodeBuffer;
const Filename: string; const NewSrc: string
): boolean;
var
Tree: TCompilerDirectivesTree;
Node: TCodeTreeNode;
begin
Result:=false;
{$IFDEF CTDEBUG}

View File

@ -4821,7 +4821,6 @@ end;
function TStandardCodeTool.FindIncludeDirective(DoBuildTree: boolean;
var ACleanPos: integer; const Filename: string): boolean;
var
ParamPos: Integer;
FilenameStartPos: Integer;
FilenameEndPos: LongInt;
CommentStart: integer;