| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 7dc440862ba102b4bd75282cb3b7bb1bdea5c030..617c825e8b228667fd98fd283c218845cbd7ae3e 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4442,8 +4442,6 @@ class BytecodeArray : public FixedArrayBase {
|
| kHandlerTableOffset + kPointerSize;
|
| static const int kHeaderSize = kSourcePositionTableOffset + kPointerSize;
|
|
|
| - static const int kAlignedSize = OBJECT_POINTER_ALIGN(kHeaderSize);
|
| -
|
| // Maximal memory consumption for a single BytecodeArray.
|
| static const int kMaxSize = 512 * MB;
|
| // Maximal length of a single BytecodeArray.
|
|
|