diff options
author | Alexander Larsson <alexl@redhat.com> | 2015-08-27 16:13:15 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2015-08-27 16:13:15 +0200 |
commit | 52525f46fd997ab04f30d1d0fc8619d424f6f9b2 (patch) | |
tree | 9502d0e817836a4df1d3d0d1da9ad9ca2759aff8 /session-helper/xdg-app-permission-store.c | |
parent | 42012a7d5a41321c4b7a40ce532b36b20b20b21b (diff) | |
download | xdg-app-52525f46fd997ab04f30d1d0fc8619d424f6f9b2.tar.gz |
Remove ununsed variables reported by clang
Diffstat (limited to 'session-helper/xdg-app-permission-store.c')
-rw-r--r-- | session-helper/xdg-app-permission-store.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/session-helper/xdg-app-permission-store.c b/session-helper/xdg-app-permission-store.c index 668b3eb..8ef1bb5 100644 --- a/session-helper/xdg-app-permission-store.c +++ b/session-helper/xdg-app-permission-store.c @@ -214,9 +214,7 @@ handle_delete (XdgAppPermissionStore *object, const gchar *id) { Table *table; - g_autoptr(GVariant) data = NULL; g_autoptr(XdgAppDbEntry) entry = NULL; - g_autofree const char **apps = NULL; table = lookup_table (table_name, invocation); if (table == NULL) |