Skip to content

Commit

Permalink
src: remove redundant return
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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 ZYSzys committed Jul 2, 2019
1 parent 4e09fd7 commit 83c1e17
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 83c1e17

Please sign in to comment.