[gnome-software/gnome-3-22] trivial: Fix an unused variable warning



commit d0c7eb0b59a2059010b1bb5fc0b37f9cbfa42282
Author: Kalev Lember <klember redhat com>
Date:   Mon Nov 7 17:14:38 2016 +0100

    trivial: Fix an unused variable warning

 src/gs-plugin-loader.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index b0177f6..21eef5c 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -3453,8 +3453,6 @@ gs_plugin_loader_status_changed_cb (GsPlugin *plugin,
                                    GsPluginStatus status,
                                    GsPluginLoader *plugin_loader)
 {
-       GsPluginLoaderPrivate *priv = gs_plugin_loader_get_instance_private (plugin_loader);
-
        /* nothing specific */
        if (gs_app_get_id (app) == NULL) {
                g_debug ("emitting global %s",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]