diff options
Diffstat (limited to 'adb/socket_spec.h')
-rw-r--r-- | adb/socket_spec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/adb/socket_spec.h b/adb/socket_spec.h index 687d751f63..7cc2fac57f 100644 --- a/adb/socket_spec.h +++ b/adb/socket_spec.h @@ -29,6 +29,5 @@ bool socket_spec_connect(unique_fd* fd, std::string_view address, int* port, std std::string* error); int socket_spec_listen(std::string_view spec, std::string* error, int* resolved_tcp_port = nullptr); -// Exposed for testing. bool parse_tcp_socket_spec(std::string_view spec, std::string* hostname, int* port, std::string* serial, std::string* error); |