Skip to content

Commit

Permalink
Debug build fix
Browse files Browse the repository at this point in the history
Change-Id: I2857ebc20a315ca3df958682be991851442d52f0
  • Loading branch information
madhurajayaraman committed Sep 30, 2024
1 parent b306e8b commit 6170aba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions starboard/common/socket.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ Socket* Socket::Accept() {
return NULL;
}

bool Socket::IsPending() {
return GetLastError() == kSbSocketPending;
}

int Socket::ReceiveFrom(char* out_data,
int data_size,
SbSocketAddress* out_source) {
Expand Down

0 comments on commit 6170aba

Please sign in to comment.