[Python-checkins] r42709 - python/trunk/Parser/tokenizer.h
martin.v.loewis
python-checkins at python.org
Wed Mar 1 05:04:31 CET 2006
Author: martin.v.loewis
Date: Wed Mar 1 05:04:20 2006
New Revision: 42709
Modified:
python/trunk/Parser/tokenizer.h
Log:
Remove unused field.
Modified: python/trunk/Parser/tokenizer.h
==============================================================================
--- python/trunk/Parser/tokenizer.h (original)
+++ python/trunk/Parser/tokenizer.h Wed Mar 1 05:04:20 2006
@@ -43,7 +43,6 @@
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
More information about the Python-checkins
mailing list