Skip to content

Commit 9a5d61a

Browse files
Remove some commented out code
Left over from prior experimentation, no longer required.
1 parent 8b4c623 commit 9a5d61a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/librustc_mir/dataflow/impls/borrows.rs

-12
Original file line numberDiff line numberDiff line change
@@ -332,18 +332,6 @@ impl<'a, 'gcx, 'tcx> Borrows<'a, 'gcx, 'tcx> {
332332

333333
self.super_place(place, context, location);
334334
}
335-
336-
/*
337-
fn visit_statement(&mut self,
338-
block: BasicBlock,
339-
statement: &mir::Statement<'tcx>,
340-
location: Location) {
341-
if let mir::StatementKind::StorageDead(loc) = *statement {
342-
}
343-
344-
self.super_statement(block, statement, location);
345-
}
346-
*/
347335
}
348336

349337
impl<'a, 'gcx, 'tcx> GatherBorrows<'a, 'gcx, 'tcx> {

0 commit comments

Comments
 (0)