Skip to content

Commit ce29f43

Browse files
committed
Get rid of old comment
1 parent b524059 commit ce29f43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/mir/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ impl<'tcx> Body<'tcx> {
225225

226226
#[inline]
227227
pub fn predecessors(&mut self) -> &IndexVec<BasicBlock, Vec<BasicBlock>> {
228-
// TODO(nashenas88) figure out a way to get rid of this clone
229228
if self.predecessors_cache.is_none() {
230229
self.predecessors_cache = Some(self.calculate_predecessors())
231230
}

0 commit comments

Comments
 (0)