From 722642902e19513fd9d9f5bc9d01f04c8fc7f4c7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 17 Jan 2001 21:28:08 +0000 Subject: Get rid of the declaration for _PyCompareState_Key. --- Include/object.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Include/object.h b/Include/object.h index 515ce12..818786a 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*); -- cgit v0.12