summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlessandro Bono <alessandro.bono369@gmail.com>2022-09-29 11:26:45 +0200
committerRay Strode <halfline@gmail.com>2022-10-27 19:28:33 +0000
commit7ee84ad0172e2c53b8f1ac08ede88f2bb03b9069 (patch)
tree8f2f758a1017577b76369fdd1f56c7f872aabc63 /tests
parente7ebc331f5d69ad97685e37708eb3634cab510cd (diff)
downloadgdm-7ee84ad0172e2c53b8f1ac08ede88f2bb03b9069.tar.gz
m-common: Remove dead code
Value stored to 'failed' is never read.
Diffstat (limited to 'tests')
-rw-r--r--tests/m-common.c2
1 files changed, 0 insertions, 2 deletions
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;