| Index: net/socket/socks5_client_socket.cc
|
| diff --git a/net/socket/socks5_client_socket.cc b/net/socket/socks5_client_socket.cc
|
| index 537b584a9327cf15953c29cab2e164f10b9adcaa..004b67c669fe0c949500c4eb8eb1a50ea47ef126 100644
|
| --- a/net/socket/socks5_client_socket.cc
|
| +++ b/net/socket/socks5_client_socket.cc
|
| @@ -254,7 +254,6 @@ int SOCKS5ClientSocket::DoLoop(int last_io_result) {
|
| }
|
|
|
| const char kSOCKS5GreetWriteData[] = { 0x05, 0x01, 0x00 }; // no authentication
|
| -const char kSOCKS5GreetReadData[] = { 0x05, 0x00 };
|
|
|
| int SOCKS5ClientSocket::DoGreetWrite() {
|
| // Since we only have 1 byte to send the hostname length in, if the
|
|
|