Index: src/hydrogen.h |
=================================================================== |
--- src/hydrogen.h (revision 8139) |
+++ src/hydrogen.h (working copy) |
@@ -878,10 +878,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, |