diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-03-01 04:04:20 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-03-01 04:04:20 (GMT) |
commit | 66485ae571e8c366764753786ab7487fe5eac132 (patch) | |
tree | a5a0317d5aef687708bf9a3f90097ff5a141eb96 /Parser | |
parent | e36dce69dd405aa544651293cf131702dd47bbdf (diff) | |
download | cpython-66485ae571e8c366764753786ab7487fe5eac132.zip cpython-66485ae571e8c366764753786ab7487fe5eac132.tar.gz cpython-66485ae571e8c366764753786ab7487fe5eac132.tar.bz2 |
Remove unused field.
Diffstat (limited to 'Parser')
-rw-r--r-- | Parser/tokenizer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Parser/tokenizer.h b/Parser/tokenizer.h index e942333..0b360617 100644 --- a/Parser/tokenizer.h +++ b/Parser/tokenizer.h @@ -43,7 +43,6 @@ struct tok_state { int decoding_state; /* -1:decoding, 0:init, 1:raw */ int decoding_erred; /* whether erred in decoding */ int read_coding_spec; /* whether 'coding:...' has been read */ - int issued_encoding_warning; /* whether non-ASCII warning was issued */ char *encoding; int cont_line; /* whether we are in a continuation line. */ #ifndef PGEN |