From 7ee84ad0172e2c53b8f1ac08ede88f2bb03b9069 Mon Sep 17 00:00:00 2001 From: Alessandro Bono Date: Thu, 29 Sep 2022 11:26:45 +0200 Subject: m-common: Remove dead code Value stored to 'failed' is never read. --- tests/m-common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/m-common.c b/tests/m-common.c index 0c533d04..f4830b40 100644 --- a/tests/m-common.c +++ b/tests/m-common.c @@ -43,8 +43,6 @@ main (int argc, char **argv) int failed; GError *error; - failed = 0; - context = g_option_context_new (""); g_option_context_add_main_entries (context, entries, NULL); error = NULL; -- cgit v1.2.1