summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/vfs_fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/vfs_fat.h')
-rw-r--r--extmod/vfs_fat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/extmod/vfs_fat.h b/extmod/vfs_fat.h
index a5e3c604bf..7eb865254f 100644
--- a/extmod/vfs_fat.h
+++ b/extmod/vfs_fat.h
@@ -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];