Skip to content

Commit 1e60e0a

Browse files
bnoordhuisaddaleax
authored andcommitted
src: remove unused method declaration
PR-URL: #25329 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: James M Snell <[email protected]>
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)