diff options
| author | Damien George | 2018-02-23 17:41:47 +1100 |
|---|---|---|
| committer | Damien George | 2018-02-23 17:41:47 +1100 |
| commit | 2ad555bc760833aae9991a4e6c893daa790c0c89 (patch) | |
| tree | 8b5f39338e8a6ac0a902a4866fb27bb790b0f9d0 | |
| parent | eb570f47a2ec48285fcfab5643301862fa4fe544 (diff) | |
extmod/vfs_fat: Remove declaration of mp_builtin_open_obj.
It's declared already in py/builtin.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 14597158f..da56a9077 100644 --- a/extmod/vfs_fat.h +++ b/extmod/vfs_fat.h @@ -58,6 +58,5 @@ 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_DECLARE_CONST_FUN_OBJ_3(fat_vfs_open_obj); -MP_DECLARE_CONST_FUN_OBJ_KW(mp_builtin_open_obj); #endif // MICROPY_INCLUDED_EXTMOD_VFS_FAT_H |
