From d03c3570798d32b3da2681800af5256690a8dafd Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 10 Aug 2013 10:05:52 +0000 Subject: [PATCH] IDE: clean up git-svn-id: trunk@42378 - --- ide/compiler.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/compiler.pp b/ide/compiler.pp index ca397c1a76..2d799f3842 100644 --- a/ide/compiler.pp +++ b/ide/compiler.pp @@ -1054,7 +1054,7 @@ end; function TCompilerOptReader.FromCustomOptions(aStrings: TStrings): TModalResult; var - i, j, CommentPos: Integer; + i, j: Integer; s: String; sl: TStringList; begin