| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 06b12c4a7d23ebfddc8ceb10cdcc225563e664f9..be3055b2cf57bec05e10efa2a363a70b2bb01723 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1022,10 +1022,6 @@ class HeapObject: public Object {
|
| // object, and so is safe to call while the map pointer is modified.
|
| void IterateBody(InstanceType type, int object_size, ObjectVisitor* v);
|
|
|
| - // This method only applies to struct objects. Iterates over all the fields
|
| - // of this struct.
|
| - void IterateStructBody(int object_size, ObjectVisitor* v);
|
| -
|
| // Returns the heap object's size in bytes
|
| inline int Size();
|
|
|
|
|