diff options
author | Elliott Hughes <enh@google.com> | 2014-09-19 15:12:56 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-09-19 15:12:56 -0700 |
commit | 67839a58be771600e59347e6605174404b10eaeb (patch) | |
tree | 7bf5fb837e8c3388303250d8cd12fe58c35ee047 /core | |
parent | c3aeddd331a62ebe7a4d6d6e5892cbe35222d6e7 (diff) | |
download | build-67839a58be771600e59347e6605174404b10eaeb.zip build-67839a58be771600e59347e6605174404b10eaeb.tar.gz build-67839a58be771600e59347e6605174404b10eaeb.tar.bz2 |
Remove unused HAVE_EPOLL.
The only people who appear to be using this are actually using their own
one.
Change-Id: I349ed4ce3874c1b2f9bad56c93c8ccee88ae9432
Diffstat (limited to 'core')
6 files changed, 0 insertions, 30 deletions
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. |