Skip to content

Commit ed04f4a

Browse files
Address Sergey's review
Co-authored-by: Sergey B Kirpichev <[email protected]>
1 parent cf9244c commit ed04f4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Objects/longobject.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,6 @@ _PyLong_Negate(PyLongObject **x_p)
334334

335335
#define PYLONG_FROM_INT(UINT_TYPE, INT_TYPE, ival) \
336336
do { \
337-
PyLongObject *v; \
338-
UINT_TYPE abs_ival, t; \
339-
int ndigits; \
340337
/* Handle small and medium cases. */ \
341338
if (IS_SMALL_INT(ival)) { \
342339
return get_small_int((sdigit)ival); \

0 commit comments

Comments
 (0)