* Fixed unused var note.

git-svn-id: trunk@24332 -
This commit is contained in:
yury 2013-04-26 10:29:35 +00:00
parent b4ba96fa5a
commit 12825a2f09

View File

@ -684,8 +684,11 @@ procedure create_tokenidx;
length, so a search only will be done in that small part }
var
t : ttoken;
i, j : longint;
i : longint;
c : char;
{$ifdef jvm}
j : longint;
{$endif jvm}
begin
fillchar(tokenidx^,sizeof(tokenidx^),0);
for t:=low(ttoken) to high(ttoken) do