am e2f54706: Merge "Remove unused HAVE_EPOLL."
* commit 'e2f547060678ed4199b9f398b95643e08e6b6959':
Remove unused HAVE_EPOLL.
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.