| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index b76d3357a32e9f4c2fc3750895f75471d3fd5909..9daa50e1f632ae1d5c2bad68fbbf0a57802d4504 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -3372,20 +3372,6 @@ class DescriptorArray: public FixedArray {
|
| }
|
|
|
| private:
|
| - // An entry in a DescriptorArray, represented as an (array, index) pair.
|
| - class Entry {
|
| - public:
|
| - inline explicit Entry(DescriptorArray* descs, int index) :
|
| - descs_(descs), index_(index) { }
|
| -
|
| - inline PropertyType type();
|
| - inline Object* GetCallbackObject();
|
| -
|
| - private:
|
| - DescriptorArray* descs_;
|
| - int index_;
|
| - };
|
| -
|
| // Transfer a complete descriptor from the src descriptor array to this
|
| // descriptor array.
|
| void CopyFrom(int index, DescriptorArray* src);
|
|
|