Chromium Code Reviews| Index: lib/coreimpl/object.dart |
| diff --git a/lib/coreimpl/object.dart b/lib/coreimpl/object.dart |
| deleted file mode 100644 |
| index 9ef1fb92b40d787e1043de292dab11f80e8f31b6..0000000000000000000000000000000000000000 |
| --- a/lib/coreimpl/object.dart |
| +++ /dev/null |
| @@ -1,8 +0,0 @@ |
| -// Copyright (c) 2012, 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. |
| - |
| -class ObjectImplementation { |
| - external static String toStringImpl(Object o); |
| - external static void noSuchMethodImpl(Object o, String name, List args); |
| -} |
|
Lasse Reichstein Nielsen
2012/09/04 06:58:52
And good riddance!
|