Skip to content

Commit bd082bf

Browse files
committed
Remove unused variable err in net_util.
1 parent a88135b commit bd082bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net_util.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ static bool my_ip_address_list_populate(void *user_data, net_adapter_s *adapter)
8383
// Enumerate network adapters and get localhost addresses with a filter
8484
static char *my_ip_address_filter(int32_t family, int32_t max_addrs) {
8585
address_list list = {family, max_addrs, NULL, 0, 1};
86-
int32_t err = 0;
8786

8887
if (!net_adapter_enum(&list, my_ip_address_list_length))
8988
return NULL;

0 commit comments

Comments
 (0)