Skip to content

Commit e610c45

Browse files
gengjiawentargos
authored andcommitted
src: remove redundant return
PR-URL: #28189 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
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

Lines changed: 0 additions & 2 deletions
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)