diff --git a/AK/Platform.h b/AK/Platform.h index eb5677c994..87108c86e0 100644 --- a/AK/Platform.h +++ b/AK/Platform.h @@ -11,10 +11,6 @@ # define USING_AK_GLOBALLY 1 #endif -#ifdef __i386__ -# define AK_ARCH_I386 1 -#endif - #ifdef __x86_64__ # define AK_ARCH_X86_64 1 #endif