Commit 72264290 authored by Guido van Rossum's avatar Guido van Rossum

Get rid of the declaration for _PyCompareState_Key.

parent 44a6ff6c
...@@ -287,9 +287,6 @@ extern DL_IMPORT(int) PyNumber_CoerceEx(PyObject **, PyObject **); ...@@ -287,9 +287,6 @@ extern DL_IMPORT(int) PyNumber_CoerceEx(PyObject **, PyObject **);
extern DL_IMPORT(int) Py_ReprEnter(PyObject *); extern DL_IMPORT(int) Py_ReprEnter(PyObject *);
extern DL_IMPORT(void) Py_ReprLeave(PyObject *); extern DL_IMPORT(void) Py_ReprLeave(PyObject *);
/* tstate dict key for PyObject_Compare helper */
extern PyObject *_PyCompareState_Key;
/* Helpers for hash functions */ /* Helpers for hash functions */
extern DL_IMPORT(long) _Py_HashDouble(double); extern DL_IMPORT(long) _Py_HashDouble(double);
extern DL_IMPORT(long) _Py_HashPointer(void*); extern DL_IMPORT(long) _Py_HashPointer(void*);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment