[ostree] core: local-clone: Delete leftover code assuming file objects are loose
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] core: local-clone: Delete leftover code assuming file objects are loose
- Date: Wed, 25 Apr 2012 13:45:27 +0000 (UTC)
commit bf3abd02cd707dfc2275c00fd6f5809059f4a1cf
Author: Colin Walters <walters verbum org>
Date: Wed Apr 25 08:47:43 2012 -0400
core: local-clone: Delete leftover code assuming file objects are loose
src/ostree/ot-builtin-local-clone.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/ostree/ot-builtin-local-clone.c b/src/ostree/ot-builtin-local-clone.c
index ee1e66d..26152cb 100644
--- a/src/ostree/ot-builtin-local-clone.c
+++ b/src/ostree/ot-builtin-local-clone.c
@@ -101,7 +101,6 @@ import_one_object (OtLocalCloneData *data,
GError **error)
{
gboolean ret = FALSE;
- ot_lobj GFile *objfile = NULL;
ot_lobj GFileInfo *file_info = NULL;
ot_lobj GFile *content_path = NULL;
ot_lobj GFileInfo *archive_info = NULL;
@@ -109,13 +108,6 @@ import_one_object (OtLocalCloneData *data,
ot_lvariant GVariant *xattrs = NULL;
ot_lobj GInputStream *input = NULL;
- objfile = ostree_repo_get_object_path (data->src_repo, checksum, objtype);
- file_info = g_file_query_info (objfile, OSTREE_GIO_FAST_QUERYINFO,
- G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, cancellable, error);
-
- if (file_info == NULL)
- goto out;
-
if (objtype == OSTREE_OBJECT_TYPE_FILE)
{
if (!ostree_repo_load_file (data->src_repo, checksum,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]