removed useless directive

This commit is contained in:
Basile Burg 2015-02-07 01:13:56 +01:00
parent d93843e079
commit 61c713c2f3
1 changed files with 0 additions and 3 deletions

View File

@ -430,8 +430,6 @@ begin
end;
//TODO-ccomments: nested comments with multiple nesting on the same line.
{$BOOLEVAL ON}
procedure TSynD2Syn.next;
var
reader: PChar;
@ -801,7 +799,6 @@ begin
// Should not happend
assert(false);
end;
{$BOOLEVAL OFF}
function TSynD2Syn.GetEol: Boolean;
begin