summaryrefslogtreecommitdiffstats
path: root/Include/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/object.h')
-rw-r--r--Include/object.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/object.h b/Include/object.h
index 709174f..59f3b9e 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -267,9 +267,6 @@ typedef struct {
/* Added in release 2.5 */
unaryfunc nb_index;
-
- /* Added in release 2.6 */
- unaryfunc nb_bin;
} PyNumberMethods;
typedef struct {