Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 36803) |
| +++ runtime/vm/object.h (working copy) |
| @@ -878,7 +878,6 @@ |
| return raw_ptr()->direct_subclasses_; |
| } |
| void AddDirectSubclass(const Class& subclass) const; |
| - // TODO(regis): Implement RemoveDirectSubclass for class unloading support. |
| // Check if this class represents the class of null. |
| bool IsNullClass() const { return id() == kNullCid; } |