summaryrefslogtreecommitdiffstats
path: root/core/combo/include/arch/darwin-x86/AndroidConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/combo/include/arch/darwin-x86/AndroidConfig.h')
-rw-r--r--core/combo/include/arch/darwin-x86/AndroidConfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h
index 44de4cd..54f3750 100644
--- a/core/combo/include/arch/darwin-x86/AndroidConfig.h
+++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h
@@ -56,13 +56,6 @@
#define HAVE_FORKEXEC
/*
- * Process out-of-memory adjustment. Set if running on Linux,
- * where we can write to /proc/<pid>/oom_adj to modify the out-of-memory
- * badness adjustment.
- */
-/* #define HAVE_OOM_ADJ */
-
-/*
* IPC model. Choose one:
*
* HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).