aboutsummaryrefslogtreecommitdiff
path: root/minimal
diff options
context:
space:
mode:
Diffstat (limited to 'minimal')
-rw-r--r--minimal/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/minimal/mpconfigport.h b/minimal/mpconfigport.h
index fc696c77e..5236babf6 100644
--- a/minimal/mpconfigport.h
+++ b/minimal/mpconfigport.h
@@ -70,7 +70,6 @@ typedef long mp_off_t;
#define MP_PLAT_PRINT_STRN(str, len) mp_hal_stdout_tx_strn_cooked(str, len)
// extra built in names to add to the global namespace
-extern const struct _mp_obj_fun_builtin_t mp_builtin_open_obj;
#define MICROPY_PORT_BUILTINS \
{ MP_OBJ_NEW_QSTR(MP_QSTR_open), (mp_obj_t)&mp_builtin_open_obj },