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



commit ce5ad853161abaea2b8f5133919f1569f5ce6377
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 40829401..ca327cdb 100644
--- a/lib/gs-plugin-loader.c
+++ b/lib/gs-plugin-loader.c
@@ -514,7 +514,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]