From 67839a58be771600e59347e6605174404b10eaeb Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 19 Sep 2014 15:12:56 -0700 Subject: 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(-) (limited to 'core') diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index c2a2134..efce5dd 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -116,11 +116,6 @@ #define HAVE_POSIX_CLOCKS /* - * Define this if we have linux style epoll() - */ -#define HAVE_EPOLL - -/* * Endianness of the target machine. Choose one: * * HAVE_ENDIAN_H -- have endian.h header we can include. diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index 93e034f..2d6d40e 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -116,11 +116,6 @@ #define HAVE_POSIX_CLOCKS /* - * Define this if we have linux style epoll() - */ -#define HAVE_EPOLL - -/* * Endianness of the target machine. Choose one: * * HAVE_ENDIAN_H -- have endian.h header we can include. diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 4a0ddc1..ed19cd6 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -116,11 +116,6 @@ #define HAVE_POSIX_CLOCKS /* - * Define this if we have linux style epoll() - */ -#define HAVE_EPOLL - -/* * Endianness of the target machine. Choose one: * * HAVE_ENDIAN_H -- have endian.h header we can include. diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index eb2421a..5493efe 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -116,11 +116,6 @@ #define HAVE_POSIX_CLOCKS /* - * Define this if we have linux style epoll() - */ -#define HAVE_EPOLL - -/* * Endianness of the target machine. Choose one: * * HAVE_ENDIAN_H -- have endian.h header we can include. diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index 68dbee0..9d65952 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -116,11 +116,6 @@ #define HAVE_POSIX_CLOCKS /* - * Define this if we have linux style epoll() - */ -#define HAVE_EPOLL - -/* * Endianness of the target machine. Choose one: * * HAVE_ENDIAN_H -- have endian.h header we can include. diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index 25b5973..5b541bb 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -103,11 +103,6 @@ #define HAVE_POSIX_CLOCKS /* - * Define this if we have linux style epoll() - */ -#define HAVE_EPOLL - -/* * Endianness of the target machine. Choose one: * * HAVE_ENDIAN_H -- have endian.h header we can include. -- cgit v1.1