| Index: runtime/vm/service/service.md
|
| diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md
|
| index ae3bf2fdfd9d8160f91d8582969718eeff393575..e18ed9ab93cac1a3a3b36be0f27b2d892b88a9ec 100644
|
| --- a/runtime/vm/service/service.md
|
| +++ b/runtime/vm/service/service.md
|
| @@ -790,15 +790,6 @@ class Class extends Object {
|
| // Is this a const class?
|
| bool const;
|
|
|
| - // Has this class been finalized?
|
| - bool finalized;
|
| -
|
| - // Is this class implemented?
|
| - bool implemented;
|
| -
|
| - // Is this a vm patch class?
|
| - bool patch;
|
| -
|
| // The library which contains this class.
|
| @Library library;
|
|
|
|
|