| Index: runtime/bin/socket_fuchsia.cc
|
| diff --git a/runtime/bin/socket_fuchsia.cc b/runtime/bin/socket_fuchsia.cc
|
| index b79d1c0956b6d2df588dbe7f453cb35af908a015..78b5071dff4616b8c822e375076255c4a7706ff7 100644
|
| --- a/runtime/bin/socket_fuchsia.cc
|
| +++ b/runtime/bin/socket_fuchsia.cc
|
| @@ -45,12 +45,6 @@ intptr_t Socket::CreateBindConnect(const RawAddr& addr,
|
| }
|
|
|
|
|
| -bool Socket::IsBindError(intptr_t error_number) {
|
| - UNIMPLEMENTED();
|
| - return false;
|
| -}
|
| -
|
| -
|
| intptr_t Socket::Available(intptr_t fd) {
|
| UNIMPLEMENTED();
|
| return -1;
|
|
|