From c98ceb5347653981eee2e7d670312f0a97da52d3 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Tue, 7 May 2013 22:26:41 +0200 Subject: Drop unused variable https://bugs.freedesktop.org/show_bug.cgi?id=64336 --- src/programs/pkaction.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/programs/pkaction.c b/src/programs/pkaction.c index 2d8c90d..00b2c57 100644 --- a/src/programs/pkaction.c +++ b/src/programs/pkaction.c @@ -113,13 +113,11 @@ main (int argc, char *argv[]) PolkitAuthority *authority; GList *l; GList *actions; - PolkitActionDescription *description; GError *error; action_id = NULL; authority = NULL; actions = NULL; - description = NULL; ret = 1; g_type_init (); @@ -226,9 +224,6 @@ main (int argc, char *argv[]) g_list_foreach (actions, (GFunc) g_object_unref, NULL); g_list_free (actions); - if (description != NULL) - g_object_unref (description); - g_free (action_id); if (authority != NULL) -- cgit v1.2.3