Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index c7fc76810e93a6582b6a6ecae6ee8b273e970581..e3cb08bbc47689508f96185e4729dd83531b2ab7 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6688,18 +6688,6 @@ |
static const int kNotFound = -1; |
- // Helpers for assembly code that does a backwards walk of the optimized code |
- // map. |
- static const int kOffsetToPreviousContext = |
- FixedArray::kHeaderSize + kPointerSize * (kContextOffset - kEntryLength); |
- static const int kOffsetToPreviousCachedCode = |
- FixedArray::kHeaderSize + |
- kPointerSize * (kCachedCodeOffset - kEntryLength); |
- static const int kOffsetToPreviousLiterals = |
- FixedArray::kHeaderSize + kPointerSize * (kLiteralsOffset - kEntryLength); |
- static const int kOffsetToPreviousOsrAstId = |
- FixedArray::kHeaderSize + kPointerSize * (kOsrAstIdOffset - kEntryLength); |
- |
// [scope_info]: Scope info. |
DECL_ACCESSORS(scope_info, ScopeInfo) |