mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Remove unused macros in .c files
This commit is contained in:
parent
bdcb9410c2
commit
93468eac72
4 changed files with 0 additions and 12 deletions
|
|
@ -156,8 +156,6 @@ PyFunction_SetClosure(PyObject *op, PyObject *closure)
|
|||
|
||||
#define OFF(x) offsetof(PyFunctionObject, x)
|
||||
|
||||
#define RR ()
|
||||
|
||||
static PyMemberDef func_memberlist[] = {
|
||||
{"func_closure", T_OBJECT, OFF(func_closure),
|
||||
RESTRICTED|READONLY},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue