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:
parent
5b512d4c78
commit
b0b409f82e
|
|
@ -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;
|
ret = TRUE;
|
||||||
out:
|
out:
|
||||||
if (context)
|
if (context)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue