diff --git a/src/tls_wrap.cc b/src/tls_wrap.cc index 17329c4b5ce56a..8c7d56e31b8a00 100644 --- a/src/tls_wrap.cc +++ b/src/tls_wrap.cc @@ -610,8 +610,6 @@ void TLSWrap::ClearIn() { // case because no further writes would succeed anyway. pending_cleartext_input_ = std::move(data); } - - return; }