scanner-utils: remove outdated comment Signed-off-by: Ran Benita <ran234@gmail.com>
diff --git a/src/xkbcomp/scanner-utils.h b/src/xkbcomp/scanner-utils.h
index 21ba6d8..7e21b00 100644
--- a/src/xkbcomp/scanner-utils.h
+++ b/src/xkbcomp/scanner-utils.h
@@ -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)
{