Skip to content

Commit 65fc79e

Browse files
author
Bob Abeles
committed
backout remaining changes to py
1 parent 1e17831 commit 65fc79e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

py/objint.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ mp_int_t mp_obj_int_get_checked(mp_const_obj_t self_in) {
438438
return MP_OBJ_SMALL_INT_VALUE(self_in);
439439
}
440440

441-
442441
#endif // MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_NONE
443442

444443
// This dispatcher function is expected to be independent of the implementation of long int

py/runtime.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ typedef enum {
5353
typedef union _mp_arg_val_t {
5454
bool u_bool;
5555
mp_int_t u_int;
56-
mp_uint_t u_uint;
5756
mp_obj_t u_obj;
5857
mp_rom_obj_t u_rom_obj;
5958
} mp_arg_val_t;

0 commit comments

Comments
 (0)