Index: runtime/vm/flow_graph_builder.h |
diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h |
index bae0a525624bc0f7b4b3d0916694686aadf516f5..5511db4dd47f4ca771feb8ec92a8b6260a3db0ca 100644 |
--- a/runtime/vm/flow_graph_builder.h |
+++ b/runtime/vm/flow_graph_builder.h |
@@ -332,10 +332,8 @@ class EffectGraphVisitor : public AstNodeVisitor { |
void BuildTypecheckPushArguments( |
intptr_t token_pos, |
- PushArgumentInstr** push_instantiator, |
PushArgumentInstr** push_instantiator_type_arguments); |
void BuildTypecheckArguments(intptr_t token_pos, |
- Value** instantiator, |
Value** instantiator_type_arguments); |
Value* BuildInstantiator(const Class& instantiator_class); |
Value* BuildInstantiatorTypeArguments(intptr_t token_pos, |