Skip to content

Commit

Permalink
remove zombie code
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jul 24, 2018
1 parent 86d2ba4 commit 0bf2a06
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/librustdoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -754,11 +754,6 @@ where R: 'static + Send,
for pass in &passes {
// determine if we know about this pass
let pass = match passes::PASSES.iter().find(|(p, ..)| p == pass) {
/*
.position(|&(p, ..)| {
p == *pass
}) {
*/
Some(pass) => pass.1,
None => {
error!("unknown pass {}, skipping", *pass);
Expand Down

0 comments on commit 0bf2a06

Please sign in to comment.