Skip to content

Commit

Permalink
Removed unused write_count variable (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
bneradt authored Apr 13, 2023
1 parent 03c0953 commit fa7abfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions local/src/core/https.cc
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,6 @@ TLSSession::write(TextView view)
{
TextView remaining = view;
swoc::Rv<ssize_t> num_written = 0;
static int write_count = 0;
++write_count;
while (!remaining.empty()) {
if (this->is_closed()) {
num_written.note(S_DIAG, "SSL_write failed: session is closed");
Expand Down

0 comments on commit fa7abfb

Please sign in to comment.