mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-106989: Remove tok report warnings (#106993)
This commit is contained in:
parent
adda43dc0b
commit
76e20c361c
2 changed files with 0 additions and 6 deletions
|
@ -128,7 +128,6 @@ struct tok_state {
|
|||
// TODO: Factor this into its own thing
|
||||
tokenizer_mode tok_mode_stack[MAXFSTRINGLEVEL];
|
||||
int tok_mode_stack_index;
|
||||
int tok_report_warnings;
|
||||
int tok_extra_tokens;
|
||||
int comment_newline;
|
||||
int implicit_newline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue