From 8a2ad0aec8df73b085fb7d066e66cff6fc7380d8 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 23 May 2019 20:04:22 +0000 Subject: [PATCH] loader: Remove unused variable Reported by: lwshu, ci@ --- stand/common/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/common/module.c b/stand/common/module.c index b4193c203800..a313fb30ee29 100644 --- a/stand/common/module.c +++ b/stand/common/module.c @@ -487,7 +487,7 @@ command_pnpautoload(int argc, char *argv[]) { int i; int verbose; - int ch, error, match; + int ch, match; pnp_verbose_flag = 0; pnp_dump_flag = 0;