Lmkd: Fix unused variables

For build-system CFLAGS clean-up, fix unused variables.

Change-Id: I841192e92585814b8691d544cc48433b2ca1b3d3
This commit is contained in:
Andreas Gampe 2014-11-24 20:32:42 -08:00
parent 1690b49e63
commit c165b01a8b
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;