Skip to content

Commit

Permalink
src: remove unnecessary comment
Browse files Browse the repository at this point in the history
PR-URL: nodejs#42952
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
  • Loading branch information
cola119 committed May 6, 2022
1 parent 2dbf169 commit 3bc23f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_process_events.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ using v8::Value;
MaybeLocal<Value> ProcessEmit(Environment* env,
const char* event,
Local<Value> message) {
// Send message to enable debug in cluster workers
Isolate* isolate = env->isolate();

Local<String> event_string;
Expand Down

0 comments on commit 3bc23f5

Please sign in to comment.