Skip to content

Commit b216f44

Browse files
cjihrigBridgeAR
authored andcommitted
src: remove unnecessary function declaration
PR-URL: #26386 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent b2c77ec commit b216f44

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/node_report_module.cc

-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ using v8::String;
3434
using v8::V8;
3535
using v8::Value;
3636

37-
// Internal/static function declarations
38-
static void Initialize(Local<Object> exports,
39-
Local<Value> unused,
40-
Local<Context> context);
41-
4237
// External JavaScript API for triggering a report
4338
void TriggerReport(const FunctionCallbackInfo<Value>& info) {
4439
Environment* env = Environment::GetCurrent(info);

0 commit comments

Comments
 (0)