| Index: runtime/vm/dart_api_impl.h
|
| ===================================================================
|
| --- runtime/vm/dart_api_impl.h (revision 3557)
|
| +++ runtime/vm/dart_api_impl.h (working copy)
|
| @@ -101,9 +101,6 @@
|
| // Casts the internal Isolate* type to the external Dart_Isolate type.
|
| static Dart_Isolate CastIsolate(Isolate* isolate);
|
|
|
| - // Casts a message byte array to the external Dart_Message type.
|
| - static Dart_Message CastMessage(uint8_t* message);
|
| -
|
| // Gets the handle used to designate successful return.
|
| static Dart_Handle Success();
|
|
|
|
|