summaryrefslogtreecommitdiff
path: root/Include/classobject.h
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-01-04 01:30:34 +0000
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-01-04 01:30:34 +0000
commit033c760f766187d72bda117fdfc5a72421528978 (patch)
tree22f1c27df21a91cac73c45f67f15a53f07e0f284 /Include/classobject.h
parentdc915587acc4afd391551ace0eb61d8915b767c9 (diff)
downloadcpython-033c760f766187d72bda117fdfc5a72421528978.tar.gz
Remove PyInstance_*BinOp functions.
Diffstat (limited to 'Include/classobject.h')
-rw-r--r--Include/classobject.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Include/classobject.h b/Include/classobject.h
index 059730b409..666704c754 100644
--- a/Include/classobject.h
+++ b/Include/classobject.h
@@ -59,14 +59,6 @@ extern DL_IMPORT(PyObject *) PyMethod_Class(PyObject *);
extern DL_IMPORT(int) PyClass_IsSubclass(PyObject *, PyObject *);
-extern DL_IMPORT(PyObject *) PyInstance_DoBinOp(PyObject *, PyObject *,
- char *, char *,
- PyObject * (*)(PyObject *,
- PyObject *));
-
-extern DL_IMPORT(int)
-PyInstance_HalfBinOp(PyObject *, PyObject *, char *, PyObject **,
- PyObject * (*)(PyObject *, PyObject *), int);
#ifdef __cplusplus
}