| Index: pkg/compiler/lib/src/elements/modelx.dart
|
| diff --git a/pkg/compiler/lib/src/elements/modelx.dart b/pkg/compiler/lib/src/elements/modelx.dart
|
| index 0798b2a4cb660a8d43bbeac5bc63ff3d5a4ccc09..b5706d39f4d0e4fd89cf0b8e3dbe51d993935dee 100644
|
| --- a/pkg/compiler/lib/src/elements/modelx.dart
|
| +++ b/pkg/compiler/lib/src/elements/modelx.dart
|
| @@ -1225,16 +1225,6 @@ class LibraryElementX extends ElementX
|
| return libraryTag.name.toString();
|
| }
|
|
|
| - String get libraryOrScriptName {
|
| - if (libraryTag != null) {
|
| - return libraryTag.name.toString();
|
| - } else {
|
| - // Use the file name as script name.
|
| - String path = canonicalUri.path;
|
| - return path.substring(path.lastIndexOf('/') + 1);
|
| - }
|
| - }
|
| -
|
| Scope buildScope() => new LibraryScope(this);
|
|
|
| String toString() {
|
|
|