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 Myles Borins committed Jul 14, 2016
1 parent 67937bc commit e103044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tls_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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 e103044

Please sign in to comment.