Skip to content

Commit 2c08345

Browse files
committed
[squash] make CI happy
1 parent cf96acc commit 2c08345

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tls_wrap.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,6 @@ int TLSWrap::DoWrite(WriteWrap* w,
658658
void TLSWrap::OnAfterWriteImpl(WriteWrap* w, int status, void* ctx) {
659659
TLSWrap* wrap = static_cast<TLSWrap*>(ctx);
660660
wrap->EncOutAfterWrite(w, status);
661-
wrap->UpdateWriteQueueSize();
662661
}
663662

664663

0 commit comments

Comments
 (0)