Remove unused variable

This commit is contained in:
Bert Belder 2011-06-28 13:06:23 +02:00
parent 6049387cc6
commit ad9356fb04

View File

@ -542,8 +542,6 @@ static void uv_tcp_init_connection(uv_tcp_t* handle) {
int uv_tcp_init(uv_tcp_t* handle) {
SOCKET sock;
handle->socket = INVALID_SOCKET;
handle->write_queue_size = 0;
handle->type = UV_TCP;