summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/node_dir.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_dir.h b/src/node_dir.h
index caef7a5d30..b55245d5b8 100644
--- a/src/node_dir.h
+++ b/src/node_dir.h
@@ -18,7 +18,6 @@ class DirHandle : public AsyncWrap {
~DirHandle() override;
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
- static void Open(const v8::FunctionCallbackInfo<v8::Value>& args);
static void Read(const v8::FunctionCallbackInfo<v8::Value>& args);
static void Close(const v8::FunctionCallbackInfo<v8::Value>& args);