| Index: runtime/bin/vmservice/client/packages/observatory/src/observatory/isolate.dart
|
| diff --git a/runtime/bin/vmservice/client/packages/observatory/src/observatory/isolate.dart b/runtime/bin/vmservice/client/packages/observatory/src/observatory/isolate.dart
|
| deleted file mode 100644
|
| index a7072b9ba9e0149444af4d58de0c0392ab5cc192..0000000000000000000000000000000000000000
|
| --- a/runtime/bin/vmservice/client/packages/observatory/src/observatory/isolate.dart
|
| +++ /dev/null
|
| @@ -1,15 +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.
|
| -
|
| -part of observatory;
|
| -
|
| -/// State for a running isolate.
|
| -class Isolate {
|
| - final int id;
|
| - final String name;
|
| -
|
| - Isolate(this.id, this.name);
|
| -
|
| - String toString() => '$id $name';
|
| -}
|
|
|