summaryrefslogtreecommitdiff
path: root/vala/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'vala/scanner.l')
-rw-r--r--vala/scanner.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/vala/scanner.l b/vala/scanner.l
index a7c608c97..a85de62b0 100644
--- a/vala/scanner.l
+++ b/vala/scanner.l
@@ -143,7 +143,6 @@ literal ({integer_literal}|{real_literal}|{character_literal}|{string_literal
"enum" { uploc; return ENUM; }
"false" { uploc; return VALA_FALSE; }
"finally" { uploc; return FINALLY; }
-"flags" { uploc; return FLAGS; }
"for" { uploc; return FOR; }
"foreach" { uploc; return FOREACH; }
"get" { uploc; return GET; }