| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index d38c8c51f569d73a4809ef6685230a7a515c73e8..e9033d1ad9320e50d10d79560c3f6a2c3ef60682 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -402,7 +402,6 @@ class ObjectPointerVisitor;
|
| V(ConstructorClosurePrefix, "new#") \
|
| V(_runExtension, "_runExtension") \
|
| V(_runPendingImmediateCallback, "_runPendingImmediateCallback") \
|
| - V(DartLibrary, "dart.library.") \
|
|
|
|
|
| // Contains a list of frequently used strings in a canonicalized form. This
|
|
|