mirror of https://github.com/nodejs/node.git
src: remove redundant return
PR-URL: https://github.com/nodejs/node/pull/28189 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>pull/28509/head
parent
4e09fd7276
commit
83c1e173ea
|
@ -610,8 +610,6 @@ void TLSWrap::ClearIn() {
|
|||
// case because no further writes would succeed anyway.
|
||||
pending_cleartext_input_ = std::move(data);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue