From 67839a58be771600e59347e6605174404b10eaeb Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 19 Sep 2014 15:12:56 -0700 Subject: [PATCH] Remove unused HAVE_EPOLL. The only people who appear to be using this are actually using their own one. Change-Id: I349ed4ce3874c1b2f9bad56c93c8ccee88ae9432 --- core/combo/include/arch/linux-arm/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-arm64/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-mips/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-mips64/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-x86/AndroidConfig.h | 5 ----- core/combo/include/arch/target_linux-x86/AndroidConfig.h | 5 ----- 6 files changed, 30 deletions(-) diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index c2a2134e21..efce5dd95c 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -115,11 +115,6 @@ */ #define HAVE_POSIX_CLOCKS -/* - * Define this if we have linux style epoll() - */ -#define HAVE_EPOLL - /* * Endianness of the target machine. Choose one: * diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index 93e034fc86..2d6d40e64c 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -115,11 +115,6 @@ */ #define HAVE_POSIX_CLOCKS -/* - * Define this if we have linux style epoll() - */ -#define HAVE_EPOLL - /* * Endianness of the target machine. Choose one: * diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 4a0ddc12f6..ed19cd69bd 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -115,11 +115,6 @@ */ #define HAVE_POSIX_CLOCKS -/* - * Define this if we have linux style epoll() - */ -#define HAVE_EPOLL - /* * Endianness of the target machine. Choose one: * diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index eb2421a374..5493efee14 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -115,11 +115,6 @@ */ #define HAVE_POSIX_CLOCKS -/* - * Define this if we have linux style epoll() - */ -#define HAVE_EPOLL - /* * Endianness of the target machine. Choose one: * diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index 68dbee0bac..9d659524ff 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -115,11 +115,6 @@ */ #define HAVE_POSIX_CLOCKS -/* - * Define this if we have linux style epoll() - */ -#define HAVE_EPOLL - /* * Endianness of the target machine. Choose one: * diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index 25b59731b2..5b541bb57f 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -102,11 +102,6 @@ */ #define HAVE_POSIX_CLOCKS -/* - * Define this if we have linux style epoll() - */ -#define HAVE_EPOLL - /* * Endianness of the target machine. Choose one: *