From b216f44513a8a7225827e29d0273d94d3956cbe3 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Fri, 1 Mar 2019 17:14:13 -0500 Subject: [PATCH] src: remove unnecessary function declaration PR-URL: https://github.com/nodejs/node/pull/26386 Reviewed-By: Richard Lau Reviewed-By: James M Snell --- src/node_report_module.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/node_report_module.cc b/src/node_report_module.cc index 127e3258a8dfaa..c9a3a28952ad86 100644 --- a/src/node_report_module.cc +++ b/src/node_report_module.cc @@ -34,11 +34,6 @@ using v8::String; using v8::V8; using v8::Value; -// Internal/static function declarations -static void Initialize(Local exports, - Local unused, - Local context); - // External JavaScript API for triggering a report void TriggerReport(const FunctionCallbackInfo& info) { Environment* env = Environment::GetCurrent(info);