From c71d4fc01b0650abd909c0af54a4fc057c6173e3 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 29 Aug 2017 03:30:22 -0700 Subject: [PATCH] Remove a stale comment. --- lib/wasm/src/code_translator.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/wasm/src/code_translator.rs b/lib/wasm/src/code_translator.rs index b1647a9aee..748a151e45 100644 --- a/lib/wasm/src/code_translator.rs +++ b/lib/wasm/src/code_translator.rs @@ -129,8 +129,6 @@ impl ControlStackFrame { /// - if the last instruction added was a `return`; /// - the depth of the two unreachable control blocks stacks, that are manipulated when translating /// unreachable code; -/// - all the `Ebb`s referenced by `br_table` instructions, because those are always reachable even -/// if they are at a point of the code that would have been unreachable otherwise. struct TranslationState { last_inst_return: bool, phantom_unreachable_stack_depth: usize,