Removed obsolete comment.

This commit is contained in:
Ferdinand Majerech 2014-07-29 04:10:42 +02:00
parent e565543080
commit 31acd6aead

View file

@ -938,7 +938,6 @@ final class Scanner
scanDirectiveIgnoredLine(startMark);
if(error_) { return Token.init; }
//Storing directive name and value in a single string, separated by zero.
return directiveToken(startMark, endMark, utf32To8(value),
directive, tagHandleEnd);
}