aboutsummaryrefslogtreecommitdiff
path: root/src/parser.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-05-12 10:27:55 +0100
committergingerBill <bill@gingerbill.org>2018-05-12 10:27:55 +0100
commit18a9fa735503e96d69efd968c542e490abe69be0 (patch)
tree743b79bc4aed7e78de744a5772a6bb0a06ab07b9 /src/parser.cpp
parentb32af841c56b1bc530b13bd2c6ad55547b4ef021 (diff)
Improve minimal dependency system
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp
index d00d5e2a7..f5df64902 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -1621,7 +1621,6 @@ AstNode *parse_operand(AstFile *f, bool lhs) {
case Token_size_of:
case Token_align_of:
case Token_offset_of:
- case Token_type_info_of:
return parse_call_expr(f, ast_implicit(f, advance_token(f)));