| Index: src/deoptimizer.h
|
| diff --git a/src/deoptimizer.h b/src/deoptimizer.h
|
| index 68587abaf0305c4d2a00a1332b4e7decf274654f..b116ccd54da6019f9807e590c1ee4d9e416dd9de 100644
|
| --- a/src/deoptimizer.h
|
| +++ b/src/deoptimizer.h
|
| @@ -276,8 +276,6 @@ class TranslatedState {
|
| Handle<Object> MaterializeObjectAt(int object_index);
|
| bool GetAdaptedArguments(Handle<JSObject>* result, int frame_index);
|
|
|
| - static int SlotOffsetFp(int slot_index);
|
| - static Address SlotAddress(Address fp, int slot_index);
|
| static uint32_t GetUInt32Slot(Address fp, int slot_index);
|
|
|
| std::vector<TranslatedFrame> frames_;
|
|
|