diff options
Diffstat (limited to 'Objects/intobject.c')
-rw-r--r-- | Objects/intobject.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/intobject.c b/Objects/intobject.c index 7a4708e..6b41ae1 100644 --- a/Objects/intobject.c +++ b/Objects/intobject.c @@ -456,7 +456,6 @@ int_divmod(x, y) intobject *x; intobject *y; { - object *v, *v0, *v1; long d, m; if (i_divmod(x, y, &d, &m) < 0) return NULL; |