From 9323378834904138d3426f63429e3c74b7249715 Mon Sep 17 00:00:00 2001 From: Jonh Wendell Date: Fri, 9 Sep 2016 09:07:18 -0300 Subject: [PATCH] tests: Remove an unsed variable --- glib/tests/logging.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/glib/tests/logging.c b/glib/tests/logging.c index b23b8de05..0821c27d1 100644 --- a/glib/tests/logging.c +++ b/glib/tests/logging.c @@ -534,5 +534,3 @@ main (int argc, char *argv[]) return g_test_run (); } - - guint some_integer = 123;