Skip to content

Commit

Permalink
Remove the SocketResolver type.
Browse files Browse the repository at this point in the history
Also deleted the unused SocketTracker.

b/369182833
  • Loading branch information
y4vor committed Nov 19, 2024
1 parent 34382e9 commit bcabfd8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 375 deletions.
252 changes: 0 additions & 252 deletions starboard/shared/starboard/socket/socket_tracker.cc

This file was deleted.

114 changes: 0 additions & 114 deletions starboard/shared/starboard/socket/socket_tracker.h

This file was deleted.

9 changes: 0 additions & 9 deletions starboard/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,6 @@ typedef struct SbSocketAddress {
int port;
} SbSocketAddress;

// The result of a host name resolution.
typedef struct SbSocketResolution {
// An array of addresses associated with the host name.
SbSocketAddress* addresses;

// The length of the |addresses| array.
int address_count;
} SbSocketResolution;

// Well-defined value for an invalid socket handle.
#define kSbSocketInvalid ((SbSocket)NULL)

Expand Down

0 comments on commit bcabfd8

Please sign in to comment.