Skip to content

Commit

Permalink
Remove some commented out code
Browse files Browse the repository at this point in the history
Left over from prior experimentation, no longer required.
  • Loading branch information
sapphire-arches committed Mar 10, 2018
1 parent 8b4c623 commit 9a5d61a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/librustc_mir/dataflow/impls/borrows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,18 +332,6 @@ impl<'a, 'gcx, 'tcx> Borrows<'a, 'gcx, 'tcx> {

self.super_place(place, context, location);
}

/*
fn visit_statement(&mut self,
block: BasicBlock,
statement: &mir::Statement<'tcx>,
location: Location) {
if let mir::StatementKind::StorageDead(loc) = *statement {
}
self.super_statement(block, statement, location);
}
*/
}

impl<'a, 'gcx, 'tcx> GatherBorrows<'a, 'gcx, 'tcx> {
Expand Down

0 comments on commit 9a5d61a

Please sign in to comment.