x86: Remove unused config macros from instruction decoder selftest
[pandora-kernel.git] / arch / x86 / tools / test_get_len.c
index a3273f4..376d338 100644 (file)
 #include <string.h>
 #include <assert.h>
 
-#ifdef __x86_64__
-#define CONFIG_X86_64
-#else
-#define CONFIG_X86_32
-#endif
 #define unlikely(cond) (cond)
 
 #include <asm/insn.h>