Skip to content

Commit ff935a3

Browse files
author
Anselm Kruis
committed
Stackless issue python#140: Fix compiler warnings
- remove an unused declaration.
1 parent 959abe1 commit ff935a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/typeobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3018,7 +3018,6 @@ excess_args(PyObject *args, PyObject *kwds)
30183018
}
30193019

30203020
#ifdef STACKLESS
3021-
PyObject * generic_new(PyTypeObject *type, PyObject *args, PyObject *kwds);
30223021
int generic_init(PyObject *ob, PyObject *args, PyObject *kwds);
30233022
#endif
30243023

0 commit comments

Comments
 (0)