Skip to content

Commit 2aacd29

Browse files
Remove final bit of self-profile code
1 parent 56a77d0 commit 2aacd29

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

collector/src/bin/rustc-perf-collector/execute.rs

-4
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,6 @@ impl<'a> CargoProcess<'a> {
230230
cmd.arg("-Zborrowck=mir");
231231
cmd.arg("-Ztwo-phase-borrows");
232232
}
233-
if self.compiler.is_nightly {
234-
cmd.arg("-Zself-profile");
235-
cmd.arg("-Zprofile-json");
236-
}
237233
// --wrap-rustc-with is not a valid rustc flag. But rustc-fake
238234
// recognizes it, strips it (and its argument) out, and uses it as an
239235
// indicator that the rustc invocation should be profiled. This works

0 commit comments

Comments
 (0)