| Index: lib/compact_vm_config.dart
|
| diff --git a/lib/compact_vm_config.dart b/lib/compact_vm_config.dart
|
| deleted file mode 100644
|
| index 7c7c595d38628a2ca702daef5fda9037590c4aad..0000000000000000000000000000000000000000
|
| --- a/lib/compact_vm_config.dart
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright (c) 2013, 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.
|
| -
|
| -@deprecated
|
| -library test.compact_vm_config;
|
| -
|
| -import 'vm_config.dart';
|
| -
|
| -@deprecated
|
| -const int MAX_LINE = 80;
|
| -
|
| -/// This is a stub class used to preserve compatibility with unittest 0.11.*.
|
| -///
|
| -/// It will be removed before the next version is released.
|
| -@deprecated
|
| -class CompactVMConfiguration extends VMConfiguration {}
|
| -
|
| -@deprecated
|
| -void useCompactVMConfiguration() {}
|
|
|