Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index a3d6a7288252f3a09fed7cc758292ac301af605e..61c6e5ebe1fab6711498b4bb5b53e5a30ee1cb9e 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -9292,9 +9292,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(); |