From 1e60e0afcbff82047bd4e7dbdff13a7fe2567384 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 3 Jan 2019 19:57:41 +0100 Subject: [PATCH] src: remove unused method declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/25329 Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson Reviewed-By: Colin Ihrig Reviewed-By: Tobias Nießen Reviewed-By: Franziska Hinkelmann Reviewed-By: James M Snell --- src/node_contextify.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/node_contextify.h b/src/node_contextify.h index 9884a627410316..fedec0cd345d78 100644 --- a/src/node_contextify.h +++ b/src/node_contextify.h @@ -29,9 +29,6 @@ class ContextifyContext { v8::Local sandbox_obj, const ContextOptions& options); static void Init(Environment* env, v8::Local target); - static bool AllowWasmCodeGeneration( - v8::Local context, v8::Local); - static ContextifyContext* ContextFromContextifiedSandbox( Environment* env, const v8::Local& sandbox);