rollback: Remove unnecessary cleanup

_write_deployments() does this.
This commit is contained in:
Colin Walters 2014-04-03 18:30:35 -04:00
parent 55fe109685
commit 06b766bf37

View File

@ -117,9 +117,6 @@ rpmostree_builtin_rollback (int argc,
error))
goto out;
if (!ostree_sysroot_cleanup (sysroot, cancellable, error))
goto out;
if (opt_reboot)
gs_subprocess_simple_run_sync (NULL, GS_SUBPROCESS_STREAM_DISPOSITION_INHERIT,
cancellable, error,