Index: runtime/vm/flow_graph.h |
diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h |
index b6929ccb3cdf56684e9d240bac4cfd6facf45328..148573ab1b23aa3b90a9b894b1a46ac581de40a6 100644 |
--- a/runtime/vm/flow_graph.h |
+++ b/runtime/vm/flow_graph.h |
@@ -110,9 +110,6 @@ class FlowGraph : public ZoneAllocated { |
intptr_t num_non_copied_params() const { |
return num_non_copied_params_; |
} |
- bool IsIrregexpFunction() const { |
- return parsed_function().function().IsIrregexpFunction(); |
- } |
LocalVariable* CurrentContextVar() const { |
return parsed_function().current_context_var(); |