From 78fe01d9a4430d1c2255d1c276b910676a34454c Mon Sep 17 00:00:00 2001 From: liankong Date: Mon, 31 Mar 2025 14:30:43 +0800 Subject: [PATCH] 2 --- kernel/kpm/compact.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/kpm/compact.c b/kernel/kpm/compact.c index a30fdae9..e25a7a53 100644 --- a/kernel/kpm/compact.c +++ b/kernel/kpm/compact.c @@ -45,7 +45,6 @@ static struct CompactAddressSymbol address_symbol [] = { unsigned long sukisu_compact_find_symbol(const char* name) { int i; unsigned long addr; - char isFoundedProxy = 0; // 先自己在地址表部分查出来 for(i = 0; i < (sizeof(address_symbol) / sizeof(struct CompactAddressSymbol)); i++) {