about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--build_system/prepare.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/build_system/prepare.rs b/build_system/prepare.rs
index 9ad4ddc92c5..7c10b9b0c0f 100644
--- a/build_system/prepare.rs
+++ b/build_system/prepare.rs
@@ -18,17 +18,6 @@ pub(crate) fn prepare(dirs: &Dirs) {
 
     prepare_sysroot(dirs);
 
-    // FIXME maybe install this only locally?
-    eprintln!("[INSTALL] hyperfine");
-    Command::new("cargo")
-        .arg("install")
-        .arg("hyperfine")
-        .env_remove("CARGO_TARGET_DIR")
-        .spawn()
-        .unwrap()
-        .wait()
-        .unwrap();
-
     super::abi_cafe::ABI_CAFE_REPO.fetch(dirs);
     super::tests::RAND_REPO.fetch(dirs);
     super::tests::REGEX_REPO.fetch(dirs);