diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-29 19:50:16 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-30 12:26:08 +1100 |
commit | 196406e17a45dd87f12c2a1d7c97a67bb9dcb04f (patch) | |
tree | 31d55d2fba8ed89ee9928b646d2967a4241ef896 /extmod/vfs_fat.h | |
parent | b697c890096805d9ccaf7553dbff5b82f5332609 (diff) | |
download | micropython-196406e17a45dd87f12c2a1d7c97a67bb9dcb04f.tar.gz micropython-196406e17a45dd87f12c2a1d7c97a67bb9dcb04f.zip |
extmod/vfs_fat: Remove unused fatfs_builtin_open function.
Diffstat (limited to 'extmod/vfs_fat.h')
-rw-r--r-- | extmod/vfs_fat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extmod/vfs_fat.h b/extmod/vfs_fat.h index fefae776c9..0eb963d166 100644 --- a/extmod/vfs_fat.h +++ b/extmod/vfs_fat.h @@ -56,7 +56,6 @@ extern const byte fresult_to_errno_table[20]; extern const mp_obj_type_t mp_fat_vfs_type; mp_import_stat_t fat_vfs_import_stat(struct _fs_user_mount_t *vfs, const char *path); -mp_obj_t fatfs_builtin_open(mp_uint_t n_args, const mp_obj_t *args, mp_map_t *kwargs); mp_obj_t fatfs_builtin_open_self(mp_obj_t self_in, mp_obj_t path, mp_obj_t mode); MP_DECLARE_CONST_FUN_OBJ_KW(mp_builtin_open_obj); |