diff options
| -rw-r--r-- | mpy-cross/mpconfigport.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/mpy-cross/mpconfigport.h b/mpy-cross/mpconfigport.h index 6aa013a13..125303afd 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>  | 
