summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-checkout.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-10-13 19:22:29 -0400
committerColin Walters <walters@verbum.org>2012-10-13 19:22:29 -0400
commitb0b409f82ea967a3eb6945d387961651dc63c002 (patch)
tree1e3b456fd431db845acd9628bdf4703ee6834ad4 /src/ostree/ot-builtin-checkout.c
parent5b512d4c78f6d1ff047cfc22a1cce55d0f8b63e6 (diff)
downloadostree-b0b409f82ea967a3eb6945d387961651dc63c002.tar.gz
checkout: Drop uncompressed object GC for now
It's racy when multiple processes are involved, and needs a bit more thought.
Diffstat (limited to 'src/ostree/ot-builtin-checkout.c')
-rw-r--r--src/ostree/ot-builtin-checkout.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ostree/ot-builtin-checkout.c b/src/ostree/ot-builtin-checkout.c
index 433ff0ed..2b63851d 100644
--- a/src/ostree/ot-builtin-checkout.c
+++ b/src/ostree/ot-builtin-checkout.c
@@ -280,9 +280,6 @@ ostree_builtin_checkout (int argc, char **argv, GFile *repo_path, GError **error
}
}
- if (!ostree_repo_checkout_gc (repo, cancellable, error))
- goto out;
-
ret = TRUE;
out:
if (context)