summaryrefslogtreecommitdiffstats
path: root/core/combo/include/arch/darwin-x86
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2013-09-04 17:46:42 -0700
committerElliott Hughes <enh@google.com>2014-09-22 18:47:48 -0700
commit9c226d1f9e8576c657d683cb4f84e7a13b3e60f5 (patch)
treed15b6861c0a9825860b7f1823444f5bbc841ee83 /core/combo/include/arch/darwin-x86
parentc5a99042e944787b2cd5f2e93ba4775ffd9e36fc (diff)
downloadbuild-9c226d1f9e8576c657d683cb4f84e7a13b3e60f5.zip
build-9c226d1f9e8576c657d683cb4f84e7a13b3e60f5.tar.gz
build-9c226d1f9e8576c657d683cb4f84e7a13b3e60f5.tar.bz2
build: remove HAVE_OOM_ADJ
This define is no longer used. Change-Id: I6615d6e4aa09f71b7c4c435ccb83a07bba91b6dc
Diffstat (limited to 'core/combo/include/arch/darwin-x86')
-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 db3f47f..f6c3e53 100644
--- a/core/combo/include/arch/darwin-x86/AndroidConfig.h
+++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h
@@ -50,13 +50,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).