[gnome-software: 2/9] plugin-loader: Cleanup unused variables
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 2/9] plugin-loader: Cleanup unused variables
- Date: Wed, 24 Aug 2022 14:48:39 +0000 (UTC)
commit bce27ae1bf7ce4c0d96836b79a0fdf736ab53308
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Aug 18 18:20:41 2022 -0300
plugin-loader: Cleanup unused variables
Trivial cleanup.
lib/gs-plugin-loader.c | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/lib/gs-plugin-loader.c b/lib/gs-plugin-loader.c
index e3f48666a..a8810312f 100644
--- a/lib/gs-plugin-loader.c
+++ b/lib/gs-plugin-loader.c
@@ -454,7 +454,6 @@ gs_plugin_error_handle_failure (GsPluginLoaderHelper *helper,
g_autoptr(GError) error_local_copy = NULL;
g_autofree gchar *app_id = NULL;
g_autofree gchar *origin_id = NULL;
- g_autoptr(GsPluginEvent) event = NULL;
/* badly behaved plugin */
if (error_local == NULL) {
@@ -1945,7 +1944,6 @@ gs_plugin_loader_setup_async (GsPluginLoader *plugin_loader,
SetupData *setup_data;
g_autoptr(SetupData) setup_data_owned = NULL;
g_autoptr(GTask) task = NULL;
- g_autoptr(GError) local_error = NULL;
#ifdef HAVE_SYSPROF
gint64 begin_time_nsec G_GNUC_UNUSED = SYSPROF_CAPTURE_CURRENT_TIME;
#endif
@@ -2037,8 +2035,6 @@ finish_setup_get_bus (GTask *task)
guint dep_loop_check = 0;
guint i;
guint j;
- g_autoptr(GsPluginLoaderHelper) helper = NULL;
- g_autoptr(GsPluginJob) plugin_job = NULL;
g_autoptr(GPtrArray) locations = NULL;
g_autoptr(GError) local_error = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]