mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
AK: Remove ARCH(I386) macro
This commit is contained in:
parent
79b623b52e
commit
c0e3bdd51b
Notes:
sideshowbarker
2024-07-17 02:30:40 +09:00
Author: https://github.com/awesomekling
Commit: c0e3bdd51b
Pull-request: https://github.com/SerenityOS/serenity/pull/15467
Issue: https://github.com/SerenityOS/serenity/issues/15444
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/fuel-pcbox
Reviewed-by: https://github.com/supercomputer7
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue