Remove Alpha architecture detection

This architecture doesn't exist and is not supported since a very long
time, so stop testing for it and defining __ALPHA__ which was never used
anyhow.
This commit is contained in:
Vadim Zeitlin 2023-01-26 17:30:11 +01:00
parent 15e556e027
commit e5380e739b
7 changed files with 1 additions and 43 deletions

View file

@ -82,7 +82,6 @@
#undef __VMS__
#undef __IA64__
#undef __ALPHA__
/* NanoX (with wxX11) */
#define wxUSE_NANOX 0