Kaydet (Commit) 66485ae5 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Remove unused field.

üst e36dce69
...@@ -43,7 +43,6 @@ struct tok_state { ...@@ -43,7 +43,6 @@ struct tok_state {
int decoding_state; /* -1:decoding, 0:init, 1:raw */ int decoding_state; /* -1:decoding, 0:init, 1:raw */
int decoding_erred; /* whether erred in decoding */ int decoding_erred; /* whether erred in decoding */
int read_coding_spec; /* whether 'coding:...' has been read */ int read_coding_spec; /* whether 'coding:...' has been read */
int issued_encoding_warning; /* whether non-ASCII warning was issued */
char *encoding; char *encoding;
int cont_line; /* whether we are in a continuation line. */ int cont_line; /* whether we are in a continuation line. */
#ifndef PGEN #ifndef PGEN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment