Chromium Code Reviews| Index: lib/core/hashable.dart |
| =================================================================== |
| --- lib/core/hashable.dart (revision 11907) |
| +++ lib/core/hashable.dart (working copy) |
| @@ -5,9 +5,5 @@ |
| // Dart core library. |
| abstract class Hashable { |
| - factory Hashable._uninstantiable() { |
| - throw const UnsupportedOperationException( |
| - "abstract class Hashable cannot be instantiated"); |
| - } |
| abstract int hashCode(); |
| } |