[Libosinfo] [libosinfo PATCH v3 2/7] tree: Remove not used Tree from _CreateFromLocationAsyncData struct

Fabiano Fidêncio fidencio at redhat.com
Tue Jul 16 14:41:10 UTC 2019


As the OsinfoTree is not used anywhere in our code, let's just remove
it.

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 osinfo/osinfo_tree.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/osinfo/osinfo_tree.c b/osinfo/osinfo_tree.c
index 8a58dd9..227f2c9 100644
--- a/osinfo/osinfo_tree.c
+++ b/osinfo/osinfo_tree.c
@@ -38,14 +38,10 @@ struct _CreateFromLocationAsyncData {
     gchar *treeinfo;
 
     GTask *res;
-
-    OsinfoTree *tree;
 };
 
 static void create_from_location_async_data_free(CreateFromLocationAsyncData *data)
 {
-    if (data->tree)
-        g_object_unref(data->tree);
     g_object_unref(data->file);
     g_object_unref(data->res);
 
-- 
2.21.0




More information about the Libosinfo mailing list