0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

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>
This commit is contained in:
gengjiawen 2019-06-12 23:48:54 +08:00 committed by ZYSzys
parent 4e09fd7276
commit 83c1e173ea

View File

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