Index: runtime/vm/flow_graph_compiler.h |
diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h |
index 0a30dc9da5771e0221041bd4a6583c128cafeec0..7541f1bd6bd970d356f5f0ad38bc92df2fc2838e 100644 |
--- a/runtime/vm/flow_graph_compiler.h |
+++ b/runtime/vm/flow_graph_compiler.h |
@@ -199,7 +199,6 @@ class SlowPathCode : public ZoneAllocated { |
Label* exit_label() { return &exit_label_; } |
void GenerateCode(FlowGraphCompiler* compiler) { |
- ASSERT(exit_label_.IsBound()); |
EmitNativeCode(compiler); |
ASSERT(entry_label_.IsBound()); |
} |