aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-07-05 16:23:13 +0100
committergingerBill <bill@gingerbill.org>2021-07-05 16:23:13 +0100
commita98eee145d60a42324835c578d8573675d6fdd49 (patch)
tree2f4824a5812115ff84277d798b7322e97f962811 /src/tokenizer.cpp
parentc6b9b3b9a41d6e049d39780933067d44cf2b6469 (diff)
Remove `try`; Replace `try x else y` with `or_else(x, y)`
Diffstat (limited to 'src/tokenizer.cpp')
-rw-r--r--src/tokenizer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp
index 130ee742a..edffb7446 100644
--- a/src/tokenizer.cpp
+++ b/src/tokenizer.cpp
@@ -117,7 +117,6 @@ TOKEN_KIND(Token__KeywordBegin, ""), \
TOKEN_KIND(Token_no_inline, "no_inline"), \
TOKEN_KIND(Token_context, "context"), \
TOKEN_KIND(Token_asm, "asm"), \
- TOKEN_KIND(Token_try, "try"), \
TOKEN_KIND(Token__KeywordEnd, ""), \
TOKEN_KIND(Token_Count, "")