| Index: src/x64/frames-x64.h
|
| diff --git a/src/x64/frames-x64.h b/src/x64/frames-x64.h
|
| index 1fb77ffa6cd118597ec7029d6267c429b866f9ad..6eb02a9179c64f3fca37202878b2765c3041071e 100644
|
| --- a/src/x64/frames-x64.h
|
| +++ b/src/x64/frames-x64.h
|
| @@ -77,8 +77,6 @@ class ExitFrameConstants : public AllStatic {
|
| // FP-relative displacement of the caller's SP. It points just
|
| // below the saved PC.
|
| static const int kCallerSPDisplacement = kCallerPCOffset + kPCOnStackSize;
|
| -
|
| - static const int kConstantPoolOffset = 0; // Not used
|
| };
|
|
|
|
|
|
|