We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e17831 commit 65fc79eCopy full SHA for 65fc79e
py/objint.c
@@ -438,7 +438,6 @@ mp_int_t mp_obj_int_get_checked(mp_const_obj_t self_in) {
438
return MP_OBJ_SMALL_INT_VALUE(self_in);
439
}
440
441
-
442
#endif // MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_NONE
443
444
// This dispatcher function is expected to be independent of the implementation of long int
py/runtime.h
@@ -53,7 +53,6 @@ typedef enum {
53
typedef union _mp_arg_val_t {
54
bool u_bool;
55
mp_int_t u_int;
56
- mp_uint_t u_uint;
57
mp_obj_t u_obj;
58
mp_rom_obj_t u_rom_obj;
59
} mp_arg_val_t;
0 commit comments