From 66485ae571e8c366764753786ab7487fe5eac132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 1 Mar 2006 04:04:20 +0000 Subject: [PATCH] Remove unused field. --- Parser/tokenizer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Parser/tokenizer.h b/Parser/tokenizer.h index e9423333e24..0b36061772a 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