| Index: runtime/bin/vmservice_dartium.cc
|
| diff --git a/runtime/bin/vmservice_dartium.cc b/runtime/bin/vmservice_dartium.cc
|
| index e91ada6fb293d5e955125d25b601bc846be4ecff..2a9fc8f1fa18a9cffeac066da2fb3ab4f5083e9d 100644
|
| --- a/runtime/bin/vmservice_dartium.cc
|
| +++ b/runtime/bin/vmservice_dartium.cc
|
| @@ -62,8 +62,6 @@ Dart_Isolate VmServiceServer::CreateIsolate(const uint8_t* snapshot_buffer) {
|
| Builtin::SetNativeResolver(Builtin::kBuiltinLibrary);
|
| Builtin::SetNativeResolver(Builtin::kIOLibrary);
|
|
|
| - Dart_Handle result;
|
| -
|
| ASSERT(Dart_IsServiceIsolate(isolate));
|
| if (!VmService::Setup(DEFAULT_VM_SERVICE_SERVER_IP,
|
| DEFAULT_VM_SERVICE_SERVER_PORT,
|
|
|