remove unused declaration

This commit is contained in:
Victor Stinner 2013-08-22 02:23:13 +02:00
parent 82fb71d662
commit cba2e3c2e9

View file

@ -24,9 +24,6 @@ extern "C" {
/* 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[];