Skip to content

Commit 1e60e0a

Browse files
bnoordhuisaddaleax
authored andcommitted
src: remove unused method declaration
PR-URL: #25329 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 32e45b2 commit 1e60e0a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/node_contextify.h

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ class ContextifyContext {
2929
v8::Local<v8::Object> sandbox_obj, const ContextOptions& options);
3030
static void Init(Environment* env, v8::Local<v8::Object> target);
3131

32-
static bool AllowWasmCodeGeneration(
33-
v8::Local<v8::Context> context, v8::Local<v8::String>);
34-
3532
static ContextifyContext* ContextFromContextifiedSandbox(
3633
Environment* env,
3734
const v8::Local<v8::Object>& sandbox);

0 commit comments

Comments
 (0)