]> granicus.if.org Git - python/commitdiff
Get rid of the declaration for _PyCompareState_Key.
authorGuido van Rossum <guido@python.org>
Wed, 17 Jan 2001 21:28:08 +0000 (21:28 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Jan 2001 21:28:08 +0000 (21:28 +0000)
Include/object.h

index 515ce1270b4c299853c37431ad15ee8b571ff5cb..818786a7385a92bfb023f864cad105cf34b7cd29 100644 (file)
@@ -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*);