diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2016-12-19 18:34:42 -0700 |
|---|---|---|
| committer | Mark Simulacrum <mark.simulacrum@gmail.com> | 2016-12-20 20:04:44 -0700 |
| commit | 98a13ffe443442054b41bee0dace0265c31c29a7 (patch) | |
| tree | abc5d25ebd4ff60815e8759f497e76d794d29334 | |
| parent | b9f1064760b19d8b861f8113be4fc147240096ab (diff) | |
Remove outdated comment
| -rw-r--r-- | src/librustc_trans/mir/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_trans/mir/mod.rs b/src/librustc_trans/mir/mod.rs index 04e8802cf4e..cb1ad3f415e 100644 --- a/src/librustc_trans/mir/mod.rs +++ b/src/librustc_trans/mir/mod.rs @@ -304,7 +304,6 @@ pub fn trans_mir<'a, 'tcx: 'a>( // emitting should be enabled. debuginfo::start_emitting_source_locations(&mircx.debug_context); - // If false, all funclets should be None (which is the default) let funclets: IndexVec<mir::BasicBlock, Option<Funclet>> = mircx.cleanup_kinds.iter_enumerated().map(|(bb, cleanup_kind)| { if let CleanupKind::Funclet = *cleanup_kind { |
