Skip to content
Snippets Groups Projects
Commit 2ad555bc authored by Damien George's avatar Damien George
Browse files

extmod/vfs_fat: Remove declaration of mp_builtin_open_obj.

It's declared already in py/builtin.h.
parent eb570f47
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment