| Index: pkg/compiler/lib/src/compiler.dart
|
| diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
|
| index a605460c8f47c70c59d98507312be3405ec4987f..a99134f8ba338f2b050ebcd486949a9b934f1a00 100644
|
| --- a/pkg/compiler/lib/src/compiler.dart
|
| +++ b/pkg/compiler/lib/src/compiler.dart
|
| @@ -2222,9 +2222,6 @@ bool invariant(Spannable spannable, var condition, {var message: null}) {
|
| /// Returns `true` when [s] is private if used as an identifier.
|
| bool isPrivateName(String s) => !s.isEmpty && s.codeUnitAt(0) == $_;
|
|
|
| -/// Returns `true` when [s] is public if used as an identifier.
|
| -bool isPublicName(String s) => !isPrivateName(s);
|
| -
|
| /// A sink that drains into /dev/null.
|
| class NullSink implements EventSink<String> {
|
| final String name;
|
|
|