| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index cb3688c8c23975f6a8af3f1aeff9940a7889be9f..b5046bd00190a46b4ae0aecc5c804b10989afc54 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -1309,8 +1309,6 @@ class HGraphBuilder {
|
| HValue* EnforceNumberType(HValue* number, Handle<Type> expected);
|
| HValue* TruncateToNumber(HValue* value, Handle<Type>* expected);
|
|
|
| - void PushAndAdd(HInstruction* instr);
|
| -
|
| void FinishExitWithHardDeoptimization(const char* reason,
|
| HBasicBlock* continuation);
|
|
|
|
|