backout remaining changes to py

This commit is contained in:
Bob Abeles 2023-09-06 20:25:39 -07:00
parent 1e178318cf
commit 65fc79e31f
2 changed files with 0 additions and 2 deletions

View File

@ -438,7 +438,6 @@ mp_int_t mp_obj_int_get_checked(mp_const_obj_t self_in) {
return MP_OBJ_SMALL_INT_VALUE(self_in);
}
#endif // MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_NONE
// This dispatcher function is expected to be independent of the implementation of long int

View File

@ -53,7 +53,6 @@ typedef enum {
typedef union _mp_arg_val_t {
bool u_bool;
mp_int_t u_int;
mp_uint_t u_uint;
mp_obj_t u_obj;
mp_rom_obj_t u_rom_obj;
} mp_arg_val_t;