diff options
author | Guido van Rossum <guido@python.org> | 2001-01-17 21:28:08 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-01-17 21:28:08 +0000 |
commit | 5b93cd69f7f60a71eaa8327119eb153376674353 (patch) | |
tree | e44ec785a662a780aad6fc7fefa6635f33fcbbb0 /Include | |
parent | a7ef80ae2fb3910a9765cf6d65cfb733428b7f0c (diff) | |
download | cpython-5b93cd69f7f60a71eaa8327119eb153376674353.tar.gz |
Get rid of the declaration for _PyCompareState_Key.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/object.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/object.h b/Include/object.h index 515ce1270b..818786a738 100644 --- a/Include/object.h +++ b/Include/object.h @@ -287,9 +287,6 @@ extern DL_IMPORT(int) PyNumber_CoerceEx(PyObject **, PyObject **); extern DL_IMPORT(int) Py_ReprEnter(PyObject *); extern DL_IMPORT(void) Py_ReprLeave(PyObject *); -/* tstate dict key for PyObject_Compare helper */ -extern PyObject *_PyCompareState_Key; - /* Helpers for hash functions */ extern DL_IMPORT(long) _Py_HashDouble(double); extern DL_IMPORT(long) _Py_HashPointer(void*); |