Skip to content

Commit e610c45

Browse files
gengjiawentargos
authored andcommitted
src: remove redundant return
PR-URL: #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>
1 parent e4fae24 commit e610c45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tls_wrap.cc

-2
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,6 @@ void TLSWrap::ClearIn() {
610610
// case because no further writes would succeed anyway.
611611
pending_cleartext_input_ = std::move(data);
612612
}
613-
614-
return;
615613
}
616614

617615

0 commit comments

Comments
 (0)