From dd038db2c23769d9279ab50df57c5cb5b444825a Mon Sep 17 00:00:00 2001
From: Neil Schemenauer <nascheme@enme.ucalgary.ca>
Date: Thu, 4 Jan 2001 01:30:34 +0000
Subject: [PATCH] Remove PyInstance_*BinOp functions.

---
 Include/classobject.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/Include/classobject.h b/Include/classobject.h
index 059730b4095..666704c7545 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
 }
-- 
2.30.9