Skip to content

Commit 2c1fd4c

Browse files
committed
Removed unused variable
1 parent 0f64431 commit 2c1fd4c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/wolfip.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4788,7 +4788,6 @@ static struct packetsocket *wolfIP_packetsocket_from_fd(struct wolfIP *s, int so
47884788
int wolfIP_sock_socket(struct wolfIP *s, int domain, int type, int protocol)
47894789
{
47904790
struct tsocket *ts;
4791-
int base_type = type;
47924791
if (domain != AF_INET)
47934792
goto packet_try;
47944793
if (type == IPSTACK_SOCK_STREAM) {

0 commit comments

Comments
 (0)