[Libosinfo] [libosinfo PATCH 2/7] tree: Remove not used Tree from _CreateFromLocationAsyncData struct
Fabiano Fidêncio
fidencio at redhat.com
Thu Jun 27 12:56:08 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 0f14276..9996575 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