diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-02-04 11:14:00 +0100 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-02-05 15:33:40 +0100 |
| commit | c73ed895c700bd646af5bfbd111268fcaca9fda0 (patch) | |
| tree | c5857218f93232eef6ffbc49398cac004e1e0f04 /src/bootstrap | |
| parent | 22e44919c5812f0f68640bcca4bacb441a6deaed (diff) | |
| download | rust-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.rs | 1 |
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"; |
