Merge "Lmkd: Fix unused variables"

This commit is contained in:
Andreas Gampe 2014-11-25 04:38:33 +00:00 committed by Gerrit Code Review
commit bac1dfa8c0
1 changed files with 0 additions and 2 deletions

View File

@ -607,7 +607,6 @@ static int kill_one_process(struct proc *procp, int other_free, int other_file,
static int find_and_kill_process(int other_free, int other_file, bool first)
{
int i;
int r;
int min_score_adj = OOM_ADJUST_MAX + 1;
int minfree = 0;
int killed_size = 0;
@ -643,7 +642,6 @@ retry:
}
static void mp_event(uint32_t events __unused) {
int i;
int ret;
unsigned long long evcount;
struct sysmeminfo mi;