summaryrefslogtreecommitdiffstats
path: root/core/combo/include/arch/darwin-x86
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-09-22 20:43:32 -0700
committerElliott Hughes <enh@google.com>2014-09-22 20:43:32 -0700
commit76ab00f18901b07afd1f8eca234d39d5efebf950 (patch)
treecd1393e42c03c3d5f1cab41bd5b9834f83fe341e /core/combo/include/arch/darwin-x86
parentc65d93f6964a313f64fee031d8dcdbe996a7204d (diff)
downloadbuild-76ab00f18901b07afd1f8eca234d39d5efebf950.zip
build-76ab00f18901b07afd1f8eca234d39d5efebf950.tar.gz
build-76ab00f18901b07afd1f8eca234d39d5efebf950.tar.bz2
Remove the unused IPC macros.
There are still a couple of references to HAVE_WIN32_IPC to be dealt with later. Change-Id: Id131fbf2e96d4c1c7bb98629779045375bd5f85f
Diffstat (limited to 'core/combo/include/arch/darwin-x86')
-rw-r--r--core/combo/include/arch/darwin-x86/AndroidConfig.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h
index f6c3e53..8ae6d34 100644
--- a/core/combo/include/arch/darwin-x86/AndroidConfig.h
+++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h
@@ -50,16 +50,6 @@
#define HAVE_FORKEXEC
/*
- * IPC model. Choose one:
- *
- * HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).
- * HAVE_MACOSX_IPC - use Macintosh IPC mechanisms (sem_open, mmap).
- * HAVE_WIN32_IPC - use Win32 IPC (CreateSemaphore, CreateFileMapping).
- * HAVE_ANDROID_IPC - use Android versions (?, mmap).
- */
-#define HAVE_MACOSX_IPC
-
-/*
* Memory-mapping model. Choose one:
*
* HAVE_POSIX_FILEMAP - use the Posix sys/mmap.h