Skip to content

Commit

Permalink
wsi remove unused 'upgraded' boolean field
Browse files Browse the repository at this point in the history
It was introduced in 7df53c5
but was never used...

Signed-off-by: Denis Osvald <[email protected]>
  • Loading branch information
dosvald authored and lws-team committed Jan 23, 2017
1 parent 716aaee commit 76985f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private-libwebsockets.h
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,6 @@ struct lws {
#endif
#ifdef LWS_OPENSSL_SUPPORT
unsigned int use_ssl:3;
unsigned int upgraded:1;
#endif
#ifdef _WIN32
unsigned int sock_send_blocking:1;
Expand Down

0 comments on commit 76985f2

Please sign in to comment.