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

remove extension cruft from struct lws

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-02-11 10:03:00 +08:00
parent 60fbc63513
commit 33fa908293
2 changed files with 0 additions and 5 deletions

View file

@ -11,9 +11,6 @@ struct libwebsocket *__libwebsocket_client_connect_2(
int plen = 0;
lwsl_client("__libwebsocket_client_connect_2\n");
#ifndef LWS_NO_EXTENSIONS
wsi->candidate_children_list = NULL;
#endif
/*
* proxy?

View file

@ -355,8 +355,6 @@ struct libwebsocket {
void *active_extensions_user[LWS_MAX_EXTENSIONS_ACTIVE];
unsigned char count_active_extensions;
unsigned int extension_data_pending:1;
struct libwebsocket *extension_handles;
struct libwebsocket *candidate_children_list;
#endif
unsigned char ietf_spec_revision;