From da377a9fa99cf52efc113f3110a782972dad9c86 Mon Sep 17 00:00:00 2001 From: weishu Date: Thu, 19 Jan 2023 13:54:42 +0700 Subject: [PATCH] kernel: fix unused-variable --- kernel/ksu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/ksu.c b/kernel/ksu.c index 452ecb15..7bd15f82 100644 --- a/kernel/ksu.c +++ b/kernel/ksu.c @@ -302,8 +302,6 @@ int ksu_handle_prctl(int option, unsigned long arg2, unsigned long arg3, int kernelsu_init(void) { - int rc = 0; - #ifdef CONFIG_KSU_DEBUG pr_alert("You are running DEBUG version of KernelSU"); #endif