Skip to content

Commit

Permalink
Revert "Fix mysterious crash on OS X 10.10+. Fixes rust-lang#679"
Browse files Browse the repository at this point in the history
This reverts commit e737612.
  • Loading branch information
alexcrichton committed Aug 26, 2016
1 parent 0f03f9a commit 72c1776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rustup-cli/self_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ fn do_pre_install_sanity_checks() -> Result<()> {
// sudo is configured not to change $HOME. Don't let that bogosity happen.
fn do_anti_sudo_check(no_prompt: bool) -> Result<()> {
#[cfg(unix)]
#[inline(never)] // FIXME #679. Mysterious crashes on OS X 10.10+
pub fn home_mismatch() -> bool {
extern crate libc as c;

Expand Down

0 comments on commit 72c1776

Please sign in to comment.