summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Include/odictobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/odictobject.h b/Include/odictobject.h
index 1d0d235..7930d28 100644
--- a/Include/odictobject.h
+++ b/Include/odictobject.h
@@ -34,7 +34,6 @@ PyAPI_FUNC(int) PyODict_DelItem(PyObject *od, PyObject *key);
#define PyODict_Size(od) PyDict_Size((PyObject *)od)
#define PyODict_GetItemString(od, key) \
PyDict_GetItemString((PyObject *)od, key)
-#define Py_ODict_GetItemId(od, key) _PyDict_GetItemId((PyObject *)od, key)
#ifdef __cplusplus
}