summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/node_stat_watcher.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_stat_watcher.cc b/src/node_stat_watcher.cc
index d497a0012b..767bc024e4 100644
--- a/src/node_stat_watcher.cc
+++ b/src/node_stat_watcher.cc
@@ -110,8 +110,6 @@ void StatWatcher::Start(const FunctionCallbackInfo<Value>& 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);