| Index: runtime/vm/dart_entry.h
|
| ===================================================================
|
| --- runtime/vm/dart_entry.h (revision 6851)
|
| +++ runtime/vm/dart_entry.h (working copy)
|
| @@ -78,11 +78,6 @@
|
| Dart_Port reply_port_id,
|
| const Instance& dart_message);
|
|
|
| - // Returns null on success, a RawError on failure.
|
| - static RawObject* HandleMirrorsMessage(Dart_Port dest_port_id,
|
| - Dart_Port reply_port_id,
|
| - const Instance& dart_message);
|
| -
|
| // On success returns new SendPort, on failure returns a RawError.
|
| static RawObject* NewSendPort(intptr_t port_id);
|
|
|
|
|