We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba003c commit c2fde21Copy full SHA for c2fde21
src/node_trace_events.cc
@@ -62,7 +62,6 @@ void NodeCategorySet::New(const FunctionCallbackInfo<Value>& args) {
62
}
63
64
void NodeCategorySet::Enable(const FunctionCallbackInfo<Value>& args) {
65
- Environment* env = Environment::GetCurrent(args);
66
NodeCategorySet* category_set;
67
ASSIGN_OR_RETURN_UNWRAP(&category_set, args.Holder());
68
CHECK_NOT_NULL(category_set);
@@ -74,7 +73,6 @@ void NodeCategorySet::Enable(const FunctionCallbackInfo<Value>& args) {
74
73
75
76
void NodeCategorySet::Disable(const FunctionCallbackInfo<Value>& args) {
77
78
79
80
0 commit comments