Remove unused variable.

Test: treehugger
Change-Id: I07fe4a36004bdb12e80990f9d9c61a051140e263
This commit is contained in:
Christopher Ferris 2024-08-04 03:39:29 +00:00
parent 1e50c6ecc4
commit b1d5c43490
1 changed files with 0 additions and 1 deletions

View File

@ -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;