Skip to content

Commit 2ad555b

Browse files
committed
extmod/vfs_fat: Remove declaration of mp_builtin_open_obj.
It's declared already in py/builtin.h.
1 parent eb570f4 commit 2ad555b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

extmod/vfs_fat.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,5 @@ extern const mp_obj_type_t mp_fat_vfs_type;
5858

5959
mp_import_stat_t fat_vfs_import_stat(struct _fs_user_mount_t *vfs, const char *path);
6060
MP_DECLARE_CONST_FUN_OBJ_3(fat_vfs_open_obj);
61-
MP_DECLARE_CONST_FUN_OBJ_KW(mp_builtin_open_obj);
6261

6362
#endif // MICROPY_INCLUDED_EXTMOD_VFS_FAT_H

0 commit comments

Comments
 (0)