| Index: src/hydrogen.h
|
| ===================================================================
|
| --- src/hydrogen.h (revision 8085)
|
| +++ src/hydrogen.h (working copy)
|
| @@ -876,10 +876,6 @@
|
| HInstruction* BuildBinaryOperation(BinaryOperation* expr,
|
| HValue* left,
|
| HValue* right);
|
| - HInstruction* BuildBinaryOperation(Token::Value op,
|
| - HValue* left,
|
| - HValue* right,
|
| - TypeInfo info);
|
| HInstruction* BuildIncrement(bool returns_original_input,
|
| CountOperation* expr);
|
| HLoadNamedField* BuildLoadNamedField(HValue* object,
|
|
|