mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Remove unused macros in .c files
This commit is contained in:
parent
bdcb9410c2
commit
93468eac72
4 changed files with 0 additions and 12 deletions
|
|
@ -704,8 +704,6 @@ default_3way_compare(PyObject *v, PyObject *w)
|
|||
Py_uintptr_t)(w->ob_type)) ? -1 : 1;
|
||||
}
|
||||
|
||||
#define CHECK_TYPES(o) PyType_HasFeature((o)->ob_type, Py_TPFLAGS_CHECKTYPES)
|
||||
|
||||
/* Do a 3-way comparison, by hook or by crook. Return:
|
||||
-2 for an exception (but see below);
|
||||
-1 if v < w;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue