Removed obsolete comment.
This commit is contained in:
parent
e565543080
commit
31acd6aead
|
@ -938,7 +938,6 @@ final class Scanner
|
||||||
scanDirectiveIgnoredLine(startMark);
|
scanDirectiveIgnoredLine(startMark);
|
||||||
if(error_) { return Token.init; }
|
if(error_) { return Token.init; }
|
||||||
|
|
||||||
//Storing directive name and value in a single string, separated by zero.
|
|
||||||
return directiveToken(startMark, endMark, utf32To8(value),
|
return directiveToken(startMark, endMark, utf32To8(value),
|
||||||
directive, tagHandleEnd);
|
directive, tagHandleEnd);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue