Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Remove deprecated unpin() method #26

Merged
merged 1 commit into from
Apr 30, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions lib/src/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ class Observatory {
.then(Future.wait)
.then((isolates) => isolates.map((i) => new IsolateInfo(_connection, i)));

Future unpin(String isolateId) =>
_connection.request('isolates/$isolateId/unpin');

Future close() => _connection.close();
}

Expand Down