diff options
Diffstat (limited to 'Objects/funcobject.c')
| -rw-r--r-- | Objects/funcobject.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Objects/funcobject.c b/Objects/funcobject.c index 76acf98..971eb1c 100644 --- a/Objects/funcobject.c +++ b/Objects/funcobject.c @@ -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}, |
