extmod/vfs_fat: Remove unused fatfs_builtin_open function.

This commit is contained in:
Damien George
2017-01-29 19:50:16 +11:00
parent b697c89009
commit 196406e17a
2 changed files with 0 additions and 9 deletions

View File

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