Skip to content

Commit ca2b036

Browse files
committed
fixup: remove the function declaration
Signed-off-by: Daeyeon Jeong [email protected]
1 parent 715ef40 commit ca2b036

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/node_contextify.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ class ContextifyScript : public BaseObject {
148148
static void RegisterExternalReferences(ExternalReferenceRegistry* registry);
149149
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
150150
static bool InstanceOf(Environment* env, const v8::Local<v8::Value>& args);
151-
static void CreateCachedData(
152-
const v8::FunctionCallbackInfo<v8::Value>& args);
153-
static void RunInThisContext(const v8::FunctionCallbackInfo<v8::Value>& args);
151+
static void CreateCachedData(const v8::FunctionCallbackInfo<v8::Value>& args);
154152
static void RunInContext(const v8::FunctionCallbackInfo<v8::Value>& args);
155153
static bool EvalMachine(Environment* env,
156154
const int64_t timeout,

0 commit comments

Comments
 (0)