diff options
Diffstat (limited to 'Objects/object.c')
-rw-r--r-- | Objects/object.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Objects/object.c b/Objects/object.c index 3349078..87c8e1a 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -1056,11 +1056,6 @@ PyObject_SetAttrString(PyObject *v, char *name, PyObject *w) } } -/* Internal API needed by PyObject_GetAttr(): */ -extern -PyObject *_PyUnicode_AsDefaultEncodedString(PyObject *unicode, - const char *errors); - PyObject * PyObject_GetAttr(PyObject *v, PyObject *name) { |