As the OsinfoTree is not used anywhere in our code, let's just remove it. Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx> --- 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 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo