mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
remove unused declaration
This commit is contained in:
parent
82fb71d662
commit
cba2e3c2e9
1 changed files with 0 additions and 3 deletions
|
@ -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[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue