From b0b409f82ea967a3eb6945d387961651dc63c002 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 13 Oct 2012 19:22:29 -0400 Subject: [PATCH] checkout: Drop uncompressed object GC for now It's racy when multiple processes are involved, and needs a bit more thought. --- src/ostree/ot-builtin-checkout.c | 3 --- 1 file changed, 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)