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
commitdd038db2c23769d9279ab50df57c5cb5b444825a (patch)
tree7125baf6d48753de50fb7925278ff17b35b69ed5 /Include/classobject.h
parent48c2eb9165baa370299c2707df2e0280345951e2 (diff)
downloadcpython-git-dd038db2c23769d9279ab50df57c5cb5b444825a.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
}