| Index: corelib/src/function.dart
|
| diff --git a/corelib/src/function.dart b/corelib/src/function.dart
|
| deleted file mode 100644
|
| index 05e42d8883edbbbd55e7d9a9734fdcf647a19292..0000000000000000000000000000000000000000
|
| --- a/corelib/src/function.dart
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// Dart core library.
|
| -
|
| -abstract class Function {
|
| - factory Function._uninstantiable() {
|
| - throw const UnsupportedOperationException(
|
| - "abstract class Function cannot be instantiated");
|
| - }
|
| -}
|
|
|