From 0e3a0fcb9523ee2615829f9e1cba7eec0cb460ae Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 12 Nov 2014 21:07:07 -0800 Subject: [PATCH] Remove HAVE_SHORT_ENUMS. Change-Id: Ia0e8a52cd8d7655508754ec0a6482f2dd055a68e --- core/combo/include/arch/linux-mips/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-mips64/AndroidConfig.h | 5 ----- 2 files changed, 10 deletions(-) diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 1f103e48cb..f65b7ca4df 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -149,11 +149,6 @@ */ #define ARCH_MIPS 1 -/* - * Define if the size of enums is as short as possible, - */ -/* #define HAVE_SHORT_ENUMS */ - /* * sprintf() format string for shared library naming. */ diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index 495f1faac3..c36a2d31c1 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -139,11 +139,6 @@ */ #define ARCH_MIPS64 1 -/* - * Define if the size of enums is as short as possible, - */ -/* #define HAVE_SHORT_ENUMS */ - /* * sprintf() format string for shared library naming. */