| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 891d667bcec212ba0e2402c21078e729ae58e521..9427227ac398fcb666b2b214bb96e72d586222ed 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -8880,7 +8880,6 @@
|
| static const uint32_t kMaxOneByteCharCodeU = unibrow::Latin1::kMaxChar;
|
| static const int kMaxUtf16CodeUnit = 0xffff;
|
| static const uint32_t kMaxUtf16CodeUnitU = kMaxUtf16CodeUnit;
|
| - static const uc32 kMaxCodePoint = 0x10ffff;
|
|
|
| // Value of hash field containing computed hash equal to zero.
|
| static const int kEmptyStringHash = kIsNotArrayIndexMask;
|
|
|