scanner-utils: remove outdated comment
authorRan Benita <ran234@gmail.com>
Sun, 27 Oct 2013 18:12:05 +0000 (20:12 +0200)
committerRan Benita <ran234@gmail.com>
Sun, 27 Oct 2013 18:50:18 +0000 (20:50 +0200)
Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/scanner-utils.h

index 21ba6d8..7e21b00 100644 (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)
 {