| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 952c04fdecc1b9ef782843df2a017ab04ac18206..f89107fe4fe8059a38606f4b02a685c13a9a69d3 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -214,9 +214,6 @@ class HSubgraph: public ZoneObject {
|
|
|
| void PreProcessOsrEntry(IterationStatement* statement);
|
|
|
| - void AppendOptional(HSubgraph* graph,
|
| - bool on_true_branch,
|
| - HValue* boolean_value);
|
| void AppendJoin(HSubgraph* then_graph, HSubgraph* else_graph, AstNode* node);
|
| void AppendWhile(HSubgraph* condition,
|
| HSubgraph* body,
|
|
|