diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index 012f014bef..121bba3cb9 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -55,13 +55,6 @@ */ #define HAVE_FORKEXEC -/* - * Process out-of-memory adjustment. Set if running on Linux, - * where we can write to /proc//oom_adj to modify the out-of-memory - * badness adjustment. - */ -/* #define HAVE_OOM_ADJ */ - /* * IPC model. Choose one: * diff --git a/core/combo/include/arch/freebsd-x86/AndroidConfig.h b/core/combo/include/arch/freebsd-x86/AndroidConfig.h index 6f50918a49..120f48489f 100644 --- a/core/combo/include/arch/freebsd-x86/AndroidConfig.h +++ b/core/combo/include/arch/freebsd-x86/AndroidConfig.h @@ -60,13 +60,6 @@ */ #define HAVE_FORKEXEC -/* - * Process out-of-memory adjustment. Set if running on Linux, - * where we can write to /proc//oom_adj to modify the out-of-memory - * badness adjustment. - */ -/* #define HAVE_OOM_ADJ */ - /* * IPC model. Choose one: * diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index 9257d3e53d..28d0d3050e 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -68,13 +68,6 @@ */ #define HAVE_FORKEXEC -/* - * Process out-of-memory adjustment. Set if running on Linux, - * where we can write to /proc//oom_adj to modify the out-of-memory - * badness adjustment. - */ -#define HAVE_OOM_ADJ - /* * IPC model. Choose one: * diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index e24f3ea3d5..8bfbe9fde1 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -68,13 +68,6 @@ */ #define HAVE_FORKEXEC -/* - * Process out-of-memory adjustment. Set if running on Linux, - * where we can write to /proc//oom_adj to modify the out-of-memory - * badness adjustment. - */ -#define HAVE_OOM_ADJ - /* * IPC model. Choose one: * diff --git a/core/combo/include/arch/linux-ppc/AndroidConfig.h b/core/combo/include/arch/linux-ppc/AndroidConfig.h index a12ef470ec..24b0da5239 100644 --- a/core/combo/include/arch/linux-ppc/AndroidConfig.h +++ b/core/combo/include/arch/linux-ppc/AndroidConfig.h @@ -55,13 +55,6 @@ */ #define HAVE_FORKEXEC -/* - * Process out-of-memory adjustment. Set if running on Linux, - * where we can write to /proc//oom_adj to modify the out-of-memory - * badness adjustment. - */ -#define HAVE_OOM_ADJ - /* * IPC model. Choose one: * diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index 2db66a2662..359cfb940b 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -55,13 +55,6 @@ */ #define HAVE_FORKEXEC -/* - * Process out-of-memory adjustment. Set if running on Linux, - * where we can write to /proc//oom_adj to modify the out-of-memory - * badness adjustment. - */ -#define HAVE_OOM_ADJ - /* * IPC model. Choose one: * diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index aaaf0c9bf3..8db5057cb3 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -54,13 +54,6 @@ */ #define HAVE_FORKEXEC -/* - * Process out-of-memory adjustment. Set if running on Linux, - * where we can write to /proc//oom_adj to modify the out-of-memory - * badness adjustment. - */ -#define HAVE_OOM_ADJ - /* * IPC model. Choose one: * diff --git a/core/combo/include/arch/windows/AndroidConfig.h b/core/combo/include/arch/windows/AndroidConfig.h index 83d0a0f573..ea830baa2a 100644 --- a/core/combo/include/arch/windows/AndroidConfig.h +++ b/core/combo/include/arch/windows/AndroidConfig.h @@ -64,13 +64,6 @@ # define HAVE_WIN32_PROC #endif -/* - * Process out-of-memory adjustment. Set if running on Linux, - * where we can write to /proc//oom_adj to modify the out-of-memory - * badness adjustment. - */ -/* #define HAVE_OOM_ADJ */ - /* * IPC model. Choose one: *