scanner-utils: remove outdated comment

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2013-10-27 20:12:05 +02:00
parent 65f9980b24
commit 739567522a
1 changed files with 0 additions and 4 deletions

View File

@ -87,10 +87,6 @@ eol(struct scanner *s)
return peek(s) == '\n';
}
/*
* Use the check_nl variant when the current char might be a new line;
* just an optimization.
*/
static inline char
next(struct scanner *s)
{