diff --git a/py/runtime.c b/py/runtime.c
index 7f8ff84e539ecacbfe98c5a8555ea503d0f089ac..4a50698cbb2ebc18e9f00269543c55737d1766a2 100644
--- a/py/runtime.c
+++ b/py/runtime.c
@@ -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;