diff options
author | Elliott Hughes <enh@google.com> | 2014-11-18 12:57:34 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-11-18 12:57:34 -0800 |
commit | 436c73931a966c4a705d3f7b0ae7f560e1d69d86 (patch) | |
tree | 23cacae5b0889b3dad9df82fbd1a49a2dd01bde7 /core/combo/include/arch/linux-arm64 | |
parent | e5743ef73f3a1911f6e2124e9ec3a6d671f6e378 (diff) | |
download | build-436c73931a966c4a705d3f7b0ae7f560e1d69d86.zip build-436c73931a966c4a705d3f7b0ae7f560e1d69d86.tar.gz build-436c73931a966c4a705d3f7b0ae7f560e1d69d86.tar.bz2 |
Kill unused ARCH_* defines.
No one's using ARCH_AARCH64 or AARCH_MIPS64 yet, and ARCH_PPC was always more
aspirational than real.
Change-Id: I07c6cbad6eb0917c4c24848a98c3bc9a3fe72db6
Diffstat (limited to 'core/combo/include/arch/linux-arm64')
-rw-r--r-- | core/combo/include/arch/linux-arm64/AndroidConfig.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index c98ccdd..e4f98e0 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -96,11 +96,6 @@ #define HAVE_LIBC_SYSTEM_PROPERTIES 1 /* - * What CPU architecture does this platform use? - */ -#define ARCH_AARCH64 - -/* * sprintf() format string for shared library naming. */ #define OS_SHARED_LIB_FORMAT_STR "lib%s.so" |