Remove unused variable.
Test: treehugger Change-Id: I07fe4a36004bdb12e80990f9d9c61a051140e263
This commit is contained in:
parent
1e50c6ecc4
commit
b1d5c43490
1
lmkd.cpp
1
lmkd.cpp
|
|
@ -1495,7 +1495,6 @@ static void handle_io_uring_procs_prio(const struct lmk_procs_prio& params, cons
|
|||
char buffers[PROCS_PRIO_MAX_RECORD_COUNT]
|
||||
[256]; /* Reading proc/stat and write to proc/oom_score_adj */
|
||||
char path[PROCFS_PATH_MAX];
|
||||
char val[20];
|
||||
int64_t tgid;
|
||||
int ret;
|
||||
int num_requests = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue