summaryrefslogtreecommitdiffstatshomepage
path: root/mpy-cross
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-05-24 14:51:48 +1000
committerDamien George <damien.p.george@gmail.com>2019-05-24 14:51:48 +1000
commitc066dadc5b91d000e2f7bba9f3e3edbf0bf33a3d (patch)
treef6304cc08e82f1d1a976fa656babce552c0d3a1d /mpy-cross
parent2762f323bf6407093dc814591e7c6d08ca82bc6f (diff)
downloadmicropython-c066dadc5b91d000e2f7bba9f3e3edbf0bf33a3d.tar.gz
micropython-c066dadc5b91d000e2f7bba9f3e3edbf0bf33a3d.zip
mpy-cross/mpconfigport.h: Remove defn of MP_NOINLINE to use global one.
A global definition of MP_NOINLINE was added to py/mpconfig.h long ago in 0f5bf1aafe0ca073d958f271bd96addc6da8fe10
Diffstat (limited to 'mpy-cross')
-rw-r--r--mpy-cross/mpconfigport.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mpy-cross/mpconfigport.h b/mpy-cross/mpconfigport.h
index 6aa013a134..125303afd2 100644
--- a/mpy-cross/mpconfigport.h
+++ b/mpy-cross/mpconfigport.h
@@ -112,10 +112,6 @@ typedef long mp_off_t;
#define MP_PLAT_PRINT_STRN(str, len) (void)0
-#ifndef MP_NOINLINE
-#define MP_NOINLINE __attribute__((noinline))
-#endif
-
// We need to provide a declaration/definition of alloca()
#ifdef __FreeBSD__
#include <stdlib.h>