aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-08-23 12:37:42 +0100
committergingerBill <bill@gingerbill.org>2021-08-23 12:37:42 +0100
commitbd869930355717671d49d71448fa637c04093ed8 (patch)
tree955299b8295aa4f1f88db5c03d61781af7c31587 /src/tokenizer.cpp
parent4ccf135892a7a89c9eb512fce38305d7f50a427f (diff)
Remove the old `inline` and `no_inline` tokens
Diffstat (limited to 'src/tokenizer.cpp')
-rw-r--r--src/tokenizer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp
index 25b95bc7c..556da7c4c 100644
--- a/src/tokenizer.cpp
+++ b/src/tokenizer.cpp
@@ -117,8 +117,6 @@ TOKEN_KIND(Token__KeywordBegin, ""), \
TOKEN_KIND(Token_or_else, "or_else"), \
TOKEN_KIND(Token_or_return, "or_return"), \
TOKEN_KIND(Token_asm, "asm"), \
- TOKEN_KIND(Token_inline, "inline"), \
- TOKEN_KIND(Token_no_inline, "no_inline"), \
TOKEN_KIND(Token__KeywordEnd, ""), \
TOKEN_KIND(Token_Count, "")