| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index c2339e3fc74f338e8b754467ebc2fc589ccc7beb..78490db11a2a3dd9afef91272ecc42530426adcd 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -882,9 +882,6 @@ class HGraphBuilder: public AstVisitor {
|
| ZoneMapList* types,
|
| Handle<String> name);
|
|
|
| - HCompareSymbolEq* BuildSymbolCompare(HValue* left,
|
| - HValue* right,
|
| - Token::Value op);
|
| HStringCharCodeAt* BuildStringCharCodeAt(HValue* string,
|
| HValue* index);
|
| HInstruction* BuildBinaryOperation(BinaryOperation* expr,
|
|
|