checkout: Drop uncompressed object GC for now

It's racy when multiple processes are involved, and needs a bit more
thought.
This commit is contained in:
Colin Walters 2012-10-13 19:22:29 -04:00
parent 5b512d4c78
commit b0b409f82e
1 changed files with 0 additions and 3 deletions

View File

@ -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)