diff --git a/src/node_serdes.cc b/src/node_serdes.cc index afeaebdeb29e1d..631b8ed95b81e0 100644 --- a/src/node_serdes.cc +++ b/src/node_serdes.cc @@ -397,7 +397,6 @@ void DeserializerContext::ReadUint64(const FunctionCallbackInfo& args) { uint32_t lo = static_cast(value); Isolate* isolate = ctx->env()->isolate(); - Local context = ctx->env()->context(); Local ret[] = { Integer::NewFromUnsigned(isolate, hi),