scanner-utils: remove outdated comment
Signed-off-by: Ran Benita <ran234@gmail.com>master
parent
65f9980b24
commit
739567522a
|
@ -87,10 +87,6 @@ eol(struct scanner *s)
|
||||||
return peek(s) == '\n';
|
return peek(s) == '\n';
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Use the check_nl variant when the current char might be a new line;
|
|
||||||
* just an optimization.
|
|
||||||
*/
|
|
||||||
static inline char
|
static inline char
|
||||||
next(struct scanner *s)
|
next(struct scanner *s)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue