aboutsummaryrefslogtreecommitdiff
path: root/extmod/vfs_fat.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-03-10 19:09:42 +1100
committerDamien George <damien.p.george@gmail.com>2017-03-10 19:09:42 +1100
commit12d0731b91d8e58ba20ec28adf2d6c1aa995d74a (patch)
tree163a0c33896ecf15c978d81a4ee3e4392b82a236 /extmod/vfs_fat.c
parent70201f40386c42fec8bd20af06fe31a69f3af7db (diff)
extmod/vfs_fat: Remove obsolete and unused str/len members.
Diffstat (limited to 'extmod/vfs_fat.c')
-rw-r--r--extmod/vfs_fat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extmod/vfs_fat.c b/extmod/vfs_fat.c
index 82dd312b8..8cd5a4674 100644
--- a/extmod/vfs_fat.c
+++ b/extmod/vfs_fat.c
@@ -55,8 +55,6 @@ STATIC mp_obj_t fat_vfs_make_new(const mp_obj_type_t *type, size_t n_args, size_
fs_user_mount_t *vfs = m_new_obj(fs_user_mount_t);
vfs->base.type = type;
vfs->flags = FSUSER_FREE_OBJ;
- vfs->str = NULL;
- vfs->len = 0;
vfs->fatfs.drv = vfs;
// load block protocol methods