Commit 440462b1 authored by Damien George's avatar Damien George

py/runtime: Remove long-obsolete MICROPY_FSUSERMOUNT init code.

In 1808b2e8 it was replaced by MICROPY_VFS
and related code.
parent ec6e62ef
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment