Remove unused field
This commit is contained in:
parent
371bc3a8f7
commit
dbbe4e017a
|
@ -209,9 +209,6 @@ struct nghttp2_session {
|
||||||
nghttp2_session_callbacks callbacks;
|
nghttp2_session_callbacks callbacks;
|
||||||
/* Memory allocator */
|
/* Memory allocator */
|
||||||
nghttp2_mem mem;
|
nghttp2_mem mem;
|
||||||
/* Base value when we schedule next DATA frame write. This is
|
|
||||||
updated when one frame was written. */
|
|
||||||
uint64_t last_cycle;
|
|
||||||
void *user_data;
|
void *user_data;
|
||||||
/* Points to the latest incoming closed stream. NULL if there is no
|
/* Points to the latest incoming closed stream. NULL if there is no
|
||||||
closed stream. Only used when session is initialized as
|
closed stream. Only used when session is initialized as
|
||||||
|
|
Loading…
Reference in New Issue