| Index: runtime/bin/socket.h
|
| diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h
|
| index 507acd90fcb59b7e09c5a5efd999cc3601d523da..1910f863fd0ff7e4d8c5f74432675c6719cce72f 100644
|
| --- a/runtime/bin/socket.h
|
| +++ b/runtime/bin/socket.h
|
| @@ -395,13 +395,6 @@ class ListeningSocketRegistry {
|
| // this function.
|
| bool CloseSafe(intptr_t socketfd);
|
|
|
| - // Mark an existing socket as sharable if it is not already marked as
|
| - // sharable.
|
| - //
|
| - // NOTE: This is a temporary measure until ServerSocketReference's are
|
| - // removed.
|
| - Dart_Handle MarkSocketFdAsSharableHack(intptr_t socketfd);
|
| -
|
| Mutex *mutex() { return mutex_; }
|
|
|
| private:
|
|
|