Index: src/compiler/bytecode-graph-builder.h |
diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h |
index 2fa5967c86a64186a0e3ab276bab5db846835eda..4db253cb01b8df6719b51dcb551bcabcc3f4de1a 100644 |
--- a/src/compiler/bytecode-graph-builder.h |
+++ b/src/compiler/bytecode-graph-builder.h |
@@ -111,9 +111,6 @@ class BytecodeGraphBuilder { |
size_t arity); |
void BuildCreateLiteral(const Operator* op); |
- void BuildCreateRegExpLiteral(); |
- void BuildCreateArrayLiteral(); |
- void BuildCreateObjectLiteral(); |
void BuildCreateArguments(CreateArgumentsType type); |
void BuildLoadGlobal(TypeofMode typeof_mode); |
void BuildStoreGlobal(LanguageMode language_mode); |
@@ -124,10 +121,6 @@ class BytecodeGraphBuilder { |
void BuildLdaLookupSlot(TypeofMode typeof_mode); |
void BuildStaLookupSlot(LanguageMode language_mode); |
void BuildCall(TailCallMode tail_call_mode); |
- void BuildCallJSRuntime(); |
- void BuildCallRuntime(); |
- void BuildCallRuntimeForPair(); |
- void BuildCallConstruct(); |
void BuildThrow(); |
void BuildBinaryOp(const Operator* op); |
void BuildCompareOp(const Operator* op); |