| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index 7c937966731176c63af2cd7507e1675f14bb84d8..42218837af2e7dbbe276fe523d25655ba7a40271 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -35,7 +35,6 @@ class FlowGraphBuilder: public ValueObject {
|
| void Bailout(const char* reason);
|
|
|
| intptr_t AllocateBlockId() { return ++last_used_block_id_; }
|
| - void SetInitialBlockId(intptr_t id) { last_used_block_id_ = id; }
|
|
|
| void set_context_level(intptr_t value) { context_level_ = value; }
|
| intptr_t context_level() const { return context_level_; }
|
|
|