Skip to content

Commit

Permalink
src: remove unnecessary function declaration
Browse files Browse the repository at this point in the history
PR-URL: #26386
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
cjihrig authored and BridgeAR committed Mar 4, 2019
1 parent b2c77ec commit b216f44
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/node_report_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b216f44

Please sign in to comment.