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