From 739567522a7799a59e3bb5d29f13164f9694823d Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sun, 27 Oct 2013 20:12:05 +0200 Subject: [PATCH] scanner-utils: remove outdated comment Signed-off-by: Ran Benita --- src/xkbcomp/scanner-utils.h | 4 ---- 1 file changed, 4 deletions(-) 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) {