Skip to content

Commit e20d523

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/typeobject.c

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

35453545
#ifdef STACKLESS
3546-
PyObject * generic_new(PyTypeObject *type, PyObject *args, PyObject *kwds);
35473546
int generic_init(PyObject *ob, PyObject *args, PyObject *kwds);
35483547
#endif
35493548

0 commit comments

Comments
 (0)