Remove outdated comment

This commit is contained in:
Mark Simulacrum 2016-12-19 18:34:42 -07:00
parent b9f1064760
commit 98a13ffe44

View File

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