Skip to content

Commit 98a13ff

Browse files
Remove outdated comment
1 parent b9f1064 commit 98a13ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_trans/mir/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ pub fn trans_mir<'a, 'tcx: 'a>(
304304
// emitting should be enabled.
305305
debuginfo::start_emitting_source_locations(&mircx.debug_context);
306306

307-
// If false, all funclets should be None (which is the default)
308307
let funclets: IndexVec<mir::BasicBlock, Option<Funclet>> =
309308
mircx.cleanup_kinds.iter_enumerated().map(|(bb, cleanup_kind)| {
310309
if let CleanupKind::Funclet = *cleanup_kind {

0 commit comments

Comments
 (0)