AK: Remove ARCH(I386) macro

This commit is contained in:
Andreas Kling 2022-12-25 18:21:14 +01:00
parent 79b623b52e
commit c0e3bdd51b
Notes: sideshowbarker 2024-07-17 02:30:40 +09:00

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