Skip to content

Commit

Permalink
src: remove redundant return
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gengjiawen authored and targos committed Jul 20, 2019
1 parent e4fae24 commit e610c45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tls_wrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,6 @@ void TLSWrap::ClearIn() {
// case because no further writes would succeed anyway.
pending_cleartext_input_ = std::move(data);
}

return;
}


Expand Down

0 comments on commit e610c45

Please sign in to comment.