We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c77ec commit b216f44Copy full SHA for b216f44
src/node_report_module.cc
@@ -34,11 +34,6 @@ using v8::String;
34
using v8::V8;
35
using v8::Value;
36
37
-// Internal/static function declarations
38
-static void Initialize(Local<Object> exports,
39
- Local<Value> unused,
40
- Local<Context> context);
41
-
42
// External JavaScript API for triggering a report
43
void TriggerReport(const FunctionCallbackInfo<Value>& info) {
44
Environment* env = Environment::GetCurrent(info);
0 commit comments