Remove some commented out code

Left over from prior experimentation, no longer required.
This commit is contained in:
bobtwinkles 2018-03-09 19:02:22 -05:00
parent 8b4c623702
commit 9a5d61a840

View file

@ -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> {