| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 7ed3bf554c668f0230643fe200c0457e81ba31fc..ec270ec843b6de2f60b3775777d05d67d4372eb6 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -85,9 +85,6 @@
|
| static Callable Multiply(Isolate* isolate);
|
| static Callable Divide(Isolate* isolate);
|
| static Callable Modulus(Isolate* isolate);
|
| - static Callable ShiftRight(Isolate* isolate);
|
| - static Callable ShiftRightLogical(Isolate* isolate);
|
| - static Callable ShiftLeft(Isolate* isolate);
|
| static Callable BitwiseAnd(Isolate* isolate);
|
| static Callable BitwiseOr(Isolate* isolate);
|
| static Callable BitwiseXor(Isolate* isolate);
|
|
|