summaryrefslogtreecommitdiff
path: root/AK/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/Platform.h')
-rw-r--r--AK/Platform.h4
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