mirror of https://gitlab.com/basile.b/dexed.git
removed useless directive
This commit is contained in:
parent
d93843e079
commit
61c713c2f3
|
@ -430,8 +430,6 @@ begin
|
||||||
end;
|
end;
|
||||||
|
|
||||||
//TODO-ccomments: nested comments with multiple nesting on the same line.
|
//TODO-ccomments: nested comments with multiple nesting on the same line.
|
||||||
|
|
||||||
{$BOOLEVAL ON}
|
|
||||||
procedure TSynD2Syn.next;
|
procedure TSynD2Syn.next;
|
||||||
var
|
var
|
||||||
reader: PChar;
|
reader: PChar;
|
||||||
|
@ -801,7 +799,6 @@ begin
|
||||||
// Should not happend
|
// Should not happend
|
||||||
assert(false);
|
assert(false);
|
||||||
end;
|
end;
|
||||||
{$BOOLEVAL OFF}
|
|
||||||
|
|
||||||
function TSynD2Syn.GetEol: Boolean;
|
function TSynD2Syn.GetEol: Boolean;
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue