[gnome-software] plugin loader: Remove an unused variable



commit 89cd0eab83f12456ccff4577a2be33e1d9718db2
Author: Kalev Lember <klember redhat com>
Date:   Wed Sep 26 15:49:13 2018 +0200

    plugin loader: Remove an unused variable

 lib/gs-plugin-loader.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/lib/gs-plugin-loader.c b/lib/gs-plugin-loader.c
index 1fa3131c..695b9bb7 100644
--- a/lib/gs-plugin-loader.c
+++ b/lib/gs-plugin-loader.c
@@ -519,7 +519,6 @@ gs_plugin_loader_call_vfunc (GsPluginLoaderHelper *helper,
                             GCancellable *cancellable,
                             GError **error)
 {
-       GsPluginLoaderPrivate *priv = gs_plugin_loader_get_instance_private (helper->plugin_loader);
        GsPluginAction action = gs_plugin_job_get_action (helper->plugin_job);
        gboolean ret = TRUE;
        gpointer func = NULL;


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