Skip to content

Commit 21fc767

Browse files
committed
Drop unused steps keyword.
1 parent bb85b4f commit 21fc767

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source/parser/reservedwords.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ const RESERVED_WORD Reserved_Words[] = {
510510
{ SRGBFT_TOKEN, "srgbft" },
511511
{ SRGBT_TOKEN, "srgbt" },
512512
{ STATISTICS_TOKEN, "statistics" },
513-
{ STEPS_TOKEN, "steps" },
514513
{ STR_TOKEN, "str" },
515514
{ STRCMP_TOKEN, "strcmp" },
516515
{ STRENGTH_TOKEN, "strength" },

source/parser/reservedwords.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ enum TOKEN_IDS
638638
SQUARE_TOKEN,
639639
STAR_TOKEN,
640640
STATISTICS_TOKEN,
641-
STEPS_TOKEN,
642641
STR_TOKEN,
643642
STRENGTH_TOKEN,
644643
STRING_ID_TOKEN,

0 commit comments

Comments
 (0)