| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index 5acd19b8f4665b9807c577adf4deba6b8ef4daec..5687024ff5f3e44e7156409edadbfa1c27276e04 100644
|
| --- a/src/compiler/bytecode-graph-builder.h
|
| +++ b/src/compiler/bytecode-graph-builder.h
|
| @@ -128,7 +128,6 @@ class BytecodeGraphBuilder {
|
| void BuildBinaryOpWithImmediate(const Operator* op);
|
| void BuildCompareOp(const Operator* op);
|
| void BuildDelete(LanguageMode language_mode);
|
| - void BuildCastOperator(const Operator* op);
|
| void BuildForInPrepare();
|
| void BuildForInNext();
|
| void BuildInvokeIntrinsic();
|
|
|