Commit 739567522a7799a59e3bb5d29f13164f9694823d

Ran Benita 2013-10-27T20:12:05

scanner-utils: remove outdated comment Signed-off-by: Ran Benita <ran234@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)
 {