| Index: runtime/bin/vmservice_impl.h
|
| diff --git a/runtime/bin/vmservice_impl.h b/runtime/bin/vmservice_impl.h
|
| index 590aece09f36ed28b6676d57fb0fb089d0fe0e8e..1780013876dcc8c8cd363604fd6501c0eed80ca5 100644
|
| --- a/runtime/bin/vmservice_impl.h
|
| +++ b/runtime/bin/vmservice_impl.h
|
| @@ -35,7 +35,6 @@ class VmService {
|
|
|
| private:
|
| static const intptr_t kServerIpStringBufferSize = 256;
|
| - friend void TriggerResourceLoad(Dart_NativeArguments args);
|
| friend void NotifyServerState(Dart_NativeArguments args);
|
|
|
| static void SetServerIPAndPort(const char* ip, intptr_t port);
|
|
|