| Index: vm/flow_graph_builder.h
|
| ===================================================================
|
| --- vm/flow_graph_builder.h (revision 9395)
|
| +++ vm/flow_graph_builder.h (working copy)
|
| @@ -193,9 +193,6 @@
|
| temp_index_ -= n;
|
| }
|
|
|
| - virtual void CompiletimeStringInterpolation(const Function& interpol_func,
|
| - const Array& literals);
|
| -
|
| BindInstr* BuildObjectAllocation(ConstructorCallNode* node);
|
| void BuildConstructorCall(ConstructorCallNode* node, Value* alloc_value);
|
|
|
| @@ -272,9 +269,6 @@
|
| ReturnValue(new UseVal(defn));
|
| }
|
|
|
| - virtual void CompiletimeStringInterpolation(const Function& interpol_func,
|
| - const Array& literals);
|
| -
|
| virtual void BuildTypeTest(ComparisonNode* node);
|
| virtual void BuildTypeCast(ComparisonNode* node);
|
| };
|
|
|