diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index 2d6d40e64..778e56375 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -49,13 +49,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-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index 5493efee1..f0381203d 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -49,13 +49,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: *