| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 07ec56aa2d49a9b32c97e2921ed8ab57763e2993..8c50aca28917109457670b81e7708fb9e455976c 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -993,7 +993,6 @@ class RawCode : public RawObject {
|
| int32_t* data() { OPEN_ARRAY_START(int32_t, int32_t); }
|
| const int32_t* data() const { OPEN_ARRAY_START(int32_t, int32_t); }
|
|
|
| - friend class Code;
|
| friend class Function;
|
| friend class MarkingVisitor;
|
| friend class StackFrame;
|
|
|