1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

coverity: 62622: remove unused line

This commit is contained in:
Andy Green 2020-08-18 09:00:39 +01:00
parent 52182da689
commit 0f173e0bbe

View file

@ -504,7 +504,6 @@ lws_client_connect_3_connect(struct lws *wsi, const char *ads,
* Priority 1: connect to http proxy */
if (wsi->a.vhost->http.http_proxy_port) {
ads = wsi->a.vhost->http.http_proxy_address;
port = wsi->a.vhost->http.http_proxy_port;
#else
if (0) {