1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:37:45 +00:00

AK: Remove ARCH(I386) macro

This commit is contained in:
Andreas Kling 2022-12-25 18:21:14 +01:00
parent 79b623b52e
commit c0e3bdd51b

View file

@ -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