aboutsummaryrefslogtreecommitdiff
path: root/ports/javascript
diff options
context:
space:
mode:
Diffstat (limited to 'ports/javascript')
-rw-r--r--ports/javascript/mpconfigport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/javascript/mpconfigport.h b/ports/javascript/mpconfigport.h
index 0101e10c8..d1bfbbd60 100644
--- a/ports/javascript/mpconfigport.h
+++ b/ports/javascript/mpconfigport.h
@@ -180,8 +180,6 @@ typedef int mp_int_t; // must be pointer size
typedef unsigned mp_uint_t; // must be pointer size
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
#define MICROPY_PORT_BUILTINS \
{ MP_ROM_QSTR(MP_QSTR_open), MP_ROM_PTR(&mp_builtin_open_obj) },