Skip to content

Commit c73ed89

Browse files
committed
Remove the rustc-perf-wrapper tool
1 parent 22e4491 commit c73ed89

File tree

8 files changed

+0
-243
lines changed

8 files changed

+0
-243
lines changed

Cargo.lock

-7
Original file line numberDiff line numberDiff line change
@@ -3287,13 +3287,6 @@ dependencies = [
32873287
"tikv-jemalloc-sys",
32883288
]
32893289

3290-
[[package]]
3291-
name = "rustc-perf-wrapper"
3292-
version = "0.1.0"
3293-
dependencies = [
3294-
"clap",
3295-
]
3296-
32973290
[[package]]
32983291
name = "rustc-rayon"
32993292
version = "0.5.1"

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ members = [
4545
"src/tools/rustdoc-gui-test",
4646
"src/tools/opt-dist",
4747
"src/tools/coverage-dump",
48-
"src/tools/rustc-perf-wrapper",
4948
"src/tools/wasm-component-ld",
5049
"src/tools/features-status-dump",
5150
]

src/bootstrap/src/core/build_steps/tool.rs

-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ bootstrap_tool!(
362362
GenerateWindowsSys, "src/tools/generate-windows-sys", "generate-windows-sys";
363363
RustdocGUITest, "src/tools/rustdoc-gui-test", "rustdoc-gui-test", is_unstable_tool = true, allow_features = "test";
364364
CoverageDump, "src/tools/coverage-dump", "coverage-dump";
365-
RustcPerfWrapper, "src/tools/rustc-perf-wrapper", "rustc-perf-wrapper";
366365
WasmComponentLd, "src/tools/wasm-component-ld", "wasm-component-ld", is_unstable_tool = true, allow_features = "min_specialization";
367366
UnicodeTableGenerator, "src/tools/unicode-table-generator", "unicode-table-generator";
368367
FeaturesStatusDump, "src/tools/features-status-dump", "features-status-dump";

src/tools/rustc-perf-wrapper/Cargo.toml

-7
This file was deleted.

src/tools/rustc-perf-wrapper/README.md

-3
This file was deleted.

src/tools/rustc-perf-wrapper/src/config.rs

-45
This file was deleted.

src/tools/rustc-perf-wrapper/src/main.rs

-178
This file was deleted.

triagebot.toml

-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ trigger_files = [
385385
"src/tools/tidy",
386386
"src/tools/rustdoc-gui-test",
387387
"src/tools/libcxx-version",
388-
"src/tools/rustc-perf-wrapper",
389388
"x.py",
390389
"x",
391390
"x.ps1"

0 commit comments

Comments
 (0)