fix compiler warnings: -Wunused (part2)

This commit is contained in:
[anp/hsw]
2024-08-16 19:31:16 +07:00
committed by bol-van
parent c38067b255
commit aaea80a97c
6 changed files with 1 additions and 9 deletions

View File

@@ -1609,7 +1609,6 @@ static bool set_socket_fwmark(int sock, uint32_t fwmark)
static int rawsend_socket(sa_family_t family)
{
int yes=1;
int *sock = rawsend_family_sock(family);
if (!sock) return -1;