We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f94ff6 commit 7d47f27Copy full SHA for 7d47f27
src/node_crypto.cc
@@ -1813,7 +1813,6 @@ template <class Base>
1813
void SSLWrap<Base>::LoadSession(const FunctionCallbackInfo<Value>& args) {
1814
Base* w;
1815
ASSIGN_OR_RETURN_UNWRAP(&w, args.Holder());
1816
- Environment* env = w->ssl_env();
1817
1818
if (args.Length() >= 1 && Buffer::HasInstance(args[0])) {
1819
ssize_t slen = Buffer::Length(args[0]);
0 commit comments