summaryrefslogtreecommitdiff
path: root/src/node_report_module.cc
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-03-01 17:14:13 -0500
committercjihrig <cjihrig@gmail.com>2019-03-03 19:25:58 -0500
commit4db423c0eea82ecb06ae386ced910f8de414a192 (patch)
tree5232d2b156a69791115be20ce59d0142b51edafe /src/node_report_module.cc
parent48ab54c3237753397bb03f6a931247a6d8b031bf (diff)
downloadandroid-node-v8-4db423c0eea82ecb06ae386ced910f8de414a192.tar.gz
android-node-v8-4db423c0eea82ecb06ae386ced910f8de414a192.tar.bz2
android-node-v8-4db423c0eea82ecb06ae386ced910f8de414a192.zip
src: remove unnecessary function declaration
PR-URL: https://github.com/nodejs/node/pull/26386 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_report_module.cc')
-rw-r--r--src/node_report_module.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/node_report_module.cc b/src/node_report_module.cc
index 127e3258a8..c9a3a28952 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<Object> exports,
- Local<Value> unused,
- Local<Context> context);
-
// External JavaScript API for triggering a report
void TriggerReport(const FunctionCallbackInfo<Value>& info) {
Environment* env = Environment::GetCurrent(info);