about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-02-04 11:14:00 +0100
committerJakub Beránek <berykubik@gmail.com>2025-02-05 15:33:40 +0100
commitc73ed895c700bd646af5bfbd111268fcaca9fda0 (patch)
treec5857218f93232eef6ffbc49398cac004e1e0f04 /src/bootstrap
parent22e44919c5812f0f68640bcca4bacb441a6deaed (diff)
downloadrust-c73ed895c700bd646af5bfbd111268fcaca9fda0.tar.gz
rust-c73ed895c700bd646af5bfbd111268fcaca9fda0.zip
Remove the `rustc-perf-wrapper` tool
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/core/build_steps/tool.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/build_steps/tool.rs b/src/bootstrap/src/core/build_steps/tool.rs
index 75fac88252b..734ade8bfed 100644
--- a/src/bootstrap/src/core/build_steps/tool.rs
+++ b/src/bootstrap/src/core/build_steps/tool.rs
@@ -362,7 +362,6 @@ bootstrap_tool!(
     GenerateWindowsSys, "src/tools/generate-windows-sys", "generate-windows-sys";
     RustdocGUITest, "src/tools/rustdoc-gui-test", "rustdoc-gui-test", is_unstable_tool = true, allow_features = "test";
     CoverageDump, "src/tools/coverage-dump", "coverage-dump";
-    RustcPerfWrapper, "src/tools/rustc-perf-wrapper", "rustc-perf-wrapper";
     WasmComponentLd, "src/tools/wasm-component-ld", "wasm-component-ld", is_unstable_tool = true, allow_features = "min_specialization";
     UnicodeTableGenerator, "src/tools/unicode-table-generator", "unicode-table-generator";
     FeaturesStatusDump, "src/tools/features-status-dump", "features-status-dump";