Skip to content

Commit

Permalink
Apple SSL (re #2482): Remove compile warnings of unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sauwming committed Mar 10, 2021
1 parent e56870f commit 3e68412
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pjlib/src/pj/ssl_sock_apple.m
Expand Up @@ -1135,8 +1135,6 @@ static pj_status_t network_start_accept(pj_ssl_sock_t *ssock,
const pj_ssl_sock_param *newsock_param)
{
applessl_sock_t *assock = (applessl_sock_t *)ssock;
unsigned port;
char port_str[PJ_INET6_ADDRSTRLEN];
pj_status_t status;
nw_parameters_t parameters = NULL;

Expand Down

0 comments on commit 3e68412

Please sign in to comment.