From ba2f6764101c1ac7af1fb2fa4a27fbecc80c4f5c Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 9 Jul 2015 10:20:13 -0700 Subject: [PATCH] Remove HAVE_WIN32_IPC. Change-Id: I6c01ed5b059c230d7382dc6158103f31d4bf9dbb --- core/combo/include/arch/windows/AndroidConfig.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/core/combo/include/arch/windows/AndroidConfig.h b/core/combo/include/arch/windows/AndroidConfig.h index e7eb83714..8b9097b79 100644 --- a/core/combo/include/arch/windows/AndroidConfig.h +++ b/core/combo/include/arch/windows/AndroidConfig.h @@ -14,14 +14,6 @@ * limitations under the License. */ -/* - * Android config -- "CYGWIN_NT-5.1". - * - * Cygwin has pthreads, but GDB seems to get confused if you use it to - * create threads. By "confused", I mean it freezes up the first time the - * debugged process creates a thread, even if you use CreateThread. The - * mere presence of pthreads linkage seems to cause problems. - */ #ifndef _ANDROID_CONFIG_H #define _ANDROID_CONFIG_H @@ -55,9 +47,6 @@ # endif #endif -/* TODO: replace references to this. */ -#define HAVE_WIN32_IPC - #ifdef __CYGWIN__ #error "CYGWIN is unsupported for platform builds" #endif -- 2.11.0