diff --git a/src/node_stat_watcher.cc b/src/node_stat_watcher.cc index d497a0012b03d5..767bc024e46be1 100644 --- a/src/node_stat_watcher.cc +++ b/src/node_stat_watcher.cc @@ -110,8 +110,6 @@ void StatWatcher::Start(const FunctionCallbackInfo& args) { ASSIGN_OR_RETURN_UNWRAP(&wrap, args.Holder()); CHECK(!uv_is_active(wrap->GetHandle())); - const int argc = args.Length(); - node::Utf8Value path(args.GetIsolate(), args[0]); CHECK_NOT_NULL(*path);