Remove unused variable. am: b1d5c43490

Original change: https://android-review.googlesource.com/c/platform/system/memory/lmkd/+/3208315

Change-Id: I75e856a6b7deafd46c86faa6b420af156d8136a0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Christopher Ferris 2024-08-07 02:08:51 +00:00 committed by Automerger Merge Worker
commit ff8b8464d1
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] char buffers[PROCS_PRIO_MAX_RECORD_COUNT]
[256]; /* Reading proc/stat and write to proc/oom_score_adj */ [256]; /* Reading proc/stat and write to proc/oom_score_adj */
char path[PROCFS_PATH_MAX]; char path[PROCFS_PATH_MAX];
char val[20];
int64_t tgid; int64_t tgid;
int ret; int ret;
int num_requests = 0; int num_requests = 0;