From 62e21de83c190b7f291a43dfc6bcf00ae688ef29 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 13 Feb 2017 17:45:42 -0500 Subject: [PATCH] src: remove unused variable --- src/node_crypto.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_crypto.cc b/src/node_crypto.cc index d96b66b7db22e5..68e78e5cfa5d62 100644 --- a/src/node_crypto.cc +++ b/src/node_crypto.cc @@ -1813,7 +1813,6 @@ template void SSLWrap::LoadSession(const FunctionCallbackInfo& args) { Base* w; ASSIGN_OR_RETURN_UNWRAP(&w, args.Holder()); - Environment* env = w->ssl_env(); if (args.Length() >= 1 && Buffer::HasInstance(args[0])) { ssize_t slen = Buffer::Length(args[0]);