summaryrefslogtreecommitdiffstatshomepage
path: root/pic16bit/mpconfigport.h
diff options
context:
space:
mode:
Diffstat (limited to 'pic16bit/mpconfigport.h')
-rw-r--r--pic16bit/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pic16bit/mpconfigport.h b/pic16bit/mpconfigport.h
index 24cfe43529..a0371a8ae3 100644
--- a/pic16bit/mpconfigport.h
+++ b/pic16bit/mpconfigport.h
@@ -88,7 +88,6 @@ typedef int mp_off_t;
#define MP_PLAT_PRINT_STRN(str, len) mp_hal_stdout_tx_strn_cooked(str, len)
// extra builtin 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 },