mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
extmod/vfs_fat: Remove obsolete and unused str/len members.
This commit is contained in:
@@ -36,8 +36,6 @@
|
||||
|
||||
typedef struct _fs_user_mount_t {
|
||||
mp_obj_base_t base;
|
||||
const char *str;
|
||||
uint16_t len; // length of str
|
||||
uint16_t flags;
|
||||
mp_obj_t readblocks[4];
|
||||
mp_obj_t writeblocks[4];
|
||||
|
||||
Reference in New Issue
Block a user