diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-12 10:27:55 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-12 10:27:55 +0100 |
| commit | 18a9fa735503e96d69efd968c542e490abe69be0 (patch) | |
| tree | 743b79bc4aed7e78de744a5772a6bb0a06ab07b9 /src/tokenizer.cpp | |
| parent | b32af841c56b1bc530b13bd2c6ad55547b4ef021 (diff) | |
Improve minimal dependency system
Diffstat (limited to 'src/tokenizer.cpp')
| -rw-r--r-- | src/tokenizer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp index 70f52ab8f..3890ae000 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -120,7 +120,6 @@ TOKEN_KIND(Token__KeywordBegin, ""), \ TOKEN_KIND(Token_align_of, "align_of"), \ TOKEN_KIND(Token_offset_of, "offset_of"), \ TOKEN_KIND(Token_type_of, "type_of"), \ - TOKEN_KIND(Token_type_info_of, "type_info_of"), \ TOKEN_KIND(Token_const, "const"), \ TOKEN_KIND(Token_asm, "asm"), \ TOKEN_KIND(Token_yield, "yield"), \ |