diff options
| author | Damien George | 2017-03-10 19:09:42 +1100 |
|---|---|---|
| committer | Damien George | 2017-03-10 19:09:42 +1100 |
| commit | 12d0731b91d8e58ba20ec28adf2d6c1aa995d74a (patch) | |
| tree | 163a0c33896ecf15c978d81a4ee3e4392b82a236 /cc3200/mptask.c | |
| parent | 70201f40386c42fec8bd20af06fe31a69f3af7db (diff) | |
extmod/vfs_fat: Remove obsolete and unused str/len members.
Diffstat (limited to 'cc3200/mptask.c')
| -rw-r--r-- | cc3200/mptask.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc3200/mptask.c b/cc3200/mptask.c index 41264fbd0..3c49a5603 100644 --- a/cc3200/mptask.c +++ b/cc3200/mptask.c @@ -302,8 +302,6 @@ STATIC void mptask_init_sflash_filesystem (void) { // Initialise the local flash filesystem. // init the vfs object fs_user_mount_t *vfs_fat = sflash_vfs_fat; - vfs_fat->str = NULL; - vfs_fat->len = 0; vfs_fat->flags = 0; pyb_flash_init_vfs(vfs_fat); |
