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
gengjiawen 2019-06-12 23:48:54 +08:00 committed by ZYSzys
parent 4e09fd7276
commit 83c1e173ea
1 changed files with 0 additions and 2 deletions

View File

@ -610,8 +610,6 @@ void TLSWrap::ClearIn() {
// case because no further writes would succeed anyway.
pending_cleartext_input_ = std::move(data);
}
return;
}