From c0e3bdd51ba71527cbc56bc178927fdff7c067c4 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 25 Dec 2022 18:21:14 +0100 Subject: [PATCH] AK: Remove ARCH(I386) macro --- AK/Platform.h | 4 ---- 1 file changed, 4 deletions(-) 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