From cba2e3c2e9f219043ddef0a896748f50691b3c47 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 22 Aug 2013 02:23:13 +0200 Subject: remove unused declaration --- Python/import.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Python/import.c b/Python/import.c index 113123d..b18ba2c 100644 --- a/Python/import.c +++ b/Python/import.c @@ -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[]; -- cgit v0.12