Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66485ae

Browse files
committed
Remove unused field.
1 parent e36dce6 commit 66485ae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Parser/tokenizer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ struct tok_state {
4343
int decoding_state; /* -1:decoding, 0:init, 1:raw */
4444
int decoding_erred; /* whether erred in decoding */
4545
int read_coding_spec; /* whether 'coding:...' has been read */
46-
int issued_encoding_warning; /* whether non-ASCII warning was issued */
4746
char *encoding;
4847
int cont_line; /* whether we are in a continuation line. */
4948
#ifndef PGEN

0 commit comments

Comments
 (0)