unix: Remove unnecessary #defines from config.

This commit is contained in:
Damien George 2014-09-29 16:27:00 +01:00
parent 41249e17c3
commit 860805aae7
1 changed files with 0 additions and 2 deletions

View File

@ -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)