Skip to content

Commit

Permalink
Auto merge of #84802 - jyn514:option-dead-code, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Remove dead code in `rustc_session::Options`

- Don't recompile the same functions for each debugging option
  This reduces the amount of items in the crate by quite a lot.
- Remove unused `parse_opt_list` and `parse_pathbuf_push` functions
- Remove unused macro parameters
- Remove `allow(dead_code)`.
  • Loading branch information
bors committed May 2, 2021
2 parents 3a1cd0e + b19c02c commit 89ebad5
Showing 1 changed file with 453 additions and 429 deletions.
Loading

0 comments on commit 89ebad5

Please sign in to comment.