extmod/vfs_fat: Remove obsolete and unused str/len members.

This commit is contained in:
Damien George
2017-03-10 19:09:42 +11:00
parent 70201f4038
commit 12d0731b91
4 changed files with 0 additions and 10 deletions

View File

@@ -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];