py/runtime: Remove long-obsolete MICROPY_FSUSERMOUNT init code.
In 1808b2e8d5
it was replaced by MICROPY_VFS
and related code.
This commit is contained in:
parent
ec6e62efc2
commit
440462b18e
@ -111,11 +111,6 @@ void mp_init(void) {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if MICROPY_FSUSERMOUNT
|
||||
// zero out the pointers to the user-mounted devices
|
||||
memset(MP_STATE_VM(fs_user_mount), 0, sizeof(MP_STATE_VM(fs_user_mount)));
|
||||
#endif
|
||||
|
||||
#if MICROPY_VFS
|
||||
// initialise the VFS sub-system
|
||||
MP_STATE_VM(vfs_cur) = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user