From bce40c38cee4d683ad4523d8f6d86e5294c59fcc Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 18 Nov 2014 14:10:27 -0800 Subject: [PATCH] Remove another unused definition. We have a lot of definitions around the tree, of which this is but one, but we have no users. Change-Id: Ic411505a0370be2b56150275fa9b8f5329241ce8 --- core/combo/include/arch/linux-mips/AndroidConfig.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 190137035..e8b39f474 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -121,11 +121,6 @@ */ /* #define HAVE_SYSTEM_PROPERTY_SERVER */ -/* - * What CPU architecture does this platform use? - */ -#define ARCH_MIPS 1 - /* * sprintf() format string for shared library naming. */