removed empty statement as tkError

didn't work because of token strings and struct init
This commit is contained in:
Basile Burg 2016-03-30 16:54:58 +02:00
parent ae4c955613
commit 7e3a619b08
1 changed files with 0 additions and 2 deletions

View File

@ -904,8 +904,6 @@ begin
begin
fTokKind := tkSymbl;
case reader^ of
';': if (fTokStop>1) and ((reader-1)^ = '}') then
fTokKind := tkError;
'{': StartCodeFoldBlock(nil, fkBrackets in fFoldKinds);
'}':
begin