diff options
author | Andreas Kling <kling@serenityos.org> | 2022-12-25 18:21:14 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-12-28 11:53:41 +0100 |
commit | c0e3bdd51ba71527cbc56bc178927fdff7c067c4 (patch) | |
tree | 67e40f408f048d722e3e8c1286c9a861be7b1115 /AK | |
parent | 79b623b52e2ef5026b2b1f3052e9885e4744b9aa (diff) | |
download | serenity-c0e3bdd51ba71527cbc56bc178927fdff7c067c4.zip |
AK: Remove ARCH(I386) macro
Diffstat (limited to 'AK')
-rw-r--r-- | AK/Platform.h | 4 |
1 files changed, 0 insertions, 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 |