From 860805aae7b7c26d32150bfc540d67bb951fffa9 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 29 Sep 2014 16:27:00 +0100 Subject: [PATCH] unix: Remove unnecessary #defines from config. --- unix/mpconfigport.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 56f66750f5..b13fa16a72 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -33,8 +33,6 @@ #if !defined(MICROPY_EMIT_X86) && defined(__i386__) #define MICROPY_EMIT_X86 (1) #endif -#define MICROPY_EMIT_THUMB (0) -#define MICROPY_EMIT_INLINE_THUMB (0) #define MICROPY_ENABLE_GC (1) #define MICROPY_ENABLE_FINALISER (1) #define MICROPY_MEM_STATS (1)