Skip to content

Commit

Permalink
src: remove unused data member write_queue_size_
Browse files Browse the repository at this point in the history
Remove TLSWrap::write_queue_size_, it's not used anywhere.

PR-URL: #7374
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
bnoordhuis authored and Fishrock123 committed Jul 5, 2016
1 parent 9945b4e commit 2228a65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tls_wrap.h
Expand Up @@ -150,7 +150,6 @@ class TLSWrap : public AsyncWrap,
BIO* enc_out_;
NodeBIO* clear_in_;
size_t write_size_;
size_t write_queue_size_;
typedef ListHead<WriteItem, &WriteItem::member_> WriteItemList;
WriteItemList write_item_queue_;
WriteItemList pending_write_items_;
Expand Down

0 comments on commit 2228a65

Please sign in to comment.