[Python-checkins] cpython: remove unused declaration

victor.stinner python-checkins at python.org
Thu Aug 22 02:23:44 CEST 2013


http://hg.python.org/cpython/rev/ea4130668150
changeset:   85309:ea4130668150
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Aug 22 02:23:13 2013 +0200
summary:
  remove unused declaration

files:
  Python/import.c |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Python/import.c b/Python/import.c
--- a/Python/import.c
+++ b/Python/import.c
@@ -24,9 +24,6 @@
 /* See _PyImport_FixupExtensionObject() below */
 static PyObject *extensions = NULL;
 
-/* Function from Parser/tokenizer.c */
-extern char * PyTokenizer_FindEncodingFilename(int, PyObject *);
-
 /* This table is defined in config.c: */
 extern struct _inittab _PyImport_Inittab[];
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list