summaryrefslogtreecommitdiffstats
path: root/core/combo/include/arch/linux-mips/AndroidConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/combo/include/arch/linux-mips/AndroidConfig.h')
-rw-r--r--core/combo/include/arch/linux-mips/AndroidConfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h
index 2758153..33472d2 100644
--- a/core/combo/include/arch/linux-mips/AndroidConfig.h
+++ b/core/combo/include/arch/linux-mips/AndroidConfig.h
@@ -69,13 +69,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).