remove current_alloc_len 15/3115/1
authorAndy Green <andy.green@linaro.org>
Mon, 18 Feb 2013 02:29:22 +0000 (10:29 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:36 +0000 (13:01 -0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
lib/private-libwebsockets.h

index b98b627..57c4c1e 100644 (file)
@@ -325,7 +325,6 @@ struct _lws_header_related {
        struct allocated_headers *ah;
        int lextable_pos;
        unsigned char parser_state; /* enum lws_token_indexes */
-       int current_alloc_len;
 #ifndef LWS_NO_CLIENT
        char initial_handshake_hash_base64[30];
        unsigned short c_port;