diff options
Diffstat (limited to 'py/lexer.h')
-rw-r--r-- | py/lexer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/lexer.h b/py/lexer.h index 2d9d0447b8..e0b506b20b 100644 --- a/py/lexer.h +++ b/py/lexer.h @@ -46,7 +46,6 @@ typedef enum _mp_token_kind_t { MP_TOKEN_LONELY_STRING_OPEN, #if MICROPY_PY_FSTRINGS MP_TOKEN_MALFORMED_FSTRING, - MP_TOKEN_FSTRING_RAW, #endif MP_TOKEN_NEWLINE, |