socket: remove unused unused() statement
See what I did there?
This commit is contained in:
parent
b4aeb52a6b
commit
ee6a1e300a
@ -111,8 +111,6 @@ ep_sock_t* ep_sock_new(ep_port_t* port_info, SOCKET socket) {
|
||||
if (sock_private == NULL)
|
||||
return NULL;
|
||||
|
||||
unused(port_info);
|
||||
|
||||
memset(sock_private, 0, sizeof *sock_private);
|
||||
tree_node_init(&sock_private->pub.tree_node);
|
||||
queue_node_init(&sock_private->pub.queue_node);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user