synunihighlighter: clean up

git-svn-id: trunk@14390 -
This commit is contained in:
mattias 2008-03-03 19:41:35 +00:00
parent 0835866ba9
commit 5e551fe7a8

View File

@ -267,7 +267,6 @@ function TSynAnySyn.IsKeyword(const AKeyword: string): boolean; //mh
var
First, Last, I, Compare: Integer;
Token: String;
D: string;
begin
First := 0;
Last := fKeywords.Count - 1;