Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 31852) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -513,8 +513,6 @@ |
| friend class Object; |
| friend class RawInstance; |
| friend class RawInstructions; |
| - friend class RawType; // TODO(regis): To temporarily print unfinalized types. |
| - friend class RawTypeParameter; // To temporarily print unfinalized types. |
| friend class SnapshotReader; |
| }; |