[ostree] checkout: Drop uncompressed object GC for now



commit b0b409f82ea967a3eb6945d387961651dc63c002
Author: Colin Walters <walters verbum org>
Date:   Sat Oct 13 19:22:29 2012 -0400

    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 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/ostree/ot-builtin-checkout.c b/src/ostree/ot-builtin-checkout.c
index 433ff0e..2b63851 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]