diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-26 13:59:15 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-26 13:59:15 +0100 |
| commit | a0d8dcd9743c1f1a4dabfc5bba7301785ded98a3 (patch) | |
| tree | fd0bc8416b8a2b71456f0b4a6bf63a4e82373b13 /src/tokenizer.cpp | |
| parent | c642e326cecd3dc33ca5a9efb6330e757c378dd9 (diff) | |
Remove `let`
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 c7c53a47e..61d1eccc3 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -84,7 +84,6 @@ TOKEN_KIND(Token__OperatorEnd, "_OperatorEnd"), \ \ TOKEN_KIND(Token__KeywordBegin, "_KeywordBegin"), \ TOKEN_KIND(Token_var, "var"), \ - TOKEN_KIND(Token_let, "let"), \ TOKEN_KIND(Token_const, "const"), \ TOKEN_KIND(Token_type, "type"), \ TOKEN_KIND(Token_import, "import"), \ |