diff options
Diffstat (limited to 'Include/object.h')
-rw-r--r-- | Include/object.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/object.h b/Include/object.h index 2a7075f..1e92975 100644 --- a/Include/object.h +++ b/Include/object.h @@ -215,13 +215,9 @@ typedef struct { binaryfunc nb_and; binaryfunc nb_xor; binaryfunc nb_or; - int nb_reserved; /* unused, used to be nb_coerce */ unaryfunc nb_int; unaryfunc nb_long; unaryfunc nb_float; - /* NB: nb_oct and nb_hex are not used anymore. */ - unaryfunc nb_oct; - unaryfunc nb_hex; binaryfunc nb_inplace_add; binaryfunc nb_inplace_subtract; |