Remove msupdate (fix #698) (#699)

* Remove msupdate (fix #698)

* Unused imports
This commit is contained in:
Roey Darwish Dror
2021-04-28 10:55:54 +03:00
committed by GitHub
parent 8c6a48af76
commit 3e9bd9bc0f
3 changed files with 2 additions and 21 deletions

View File

@@ -164,9 +164,6 @@ fn run() -> Result<()> {
unix::run_brew_cask(&ctx, unix::BrewVariant::MacIntel)
})?;
runner.execute(Step::MacPorts, "MacPorts", || macos::run_macports(&ctx))?;
runner.execute(Step::MicrosoftAutoUpdate, "Microsoft AutoUpdate", || {
macos::run_msupdate(&ctx)
})?;
}
#[cfg(unix)]