| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 217f8ff324ab499f847f1ccc91b2049b5eb6b751..ba319d1df1774d0b8d1399bab375e5c2b3f91c62 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -9373,9 +9373,6 @@ class ExternalString: public String {
|
| static const int kResourceDataOffset = kResourceOffset + kPointerSize;
|
| static const int kSize = kResourceDataOffset + kPointerSize;
|
|
|
| - static const int kMaxShortLength =
|
| - (kShortSize - SeqString::kHeaderSize) / kCharSize;
|
| -
|
| // Return whether external string is short (data pointer is not cached).
|
| inline bool is_short();
|
|
|
|
|