We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b608e3 commit 85067c1Copy full SHA for 85067c1
src/node_dir.h
@@ -18,7 +18,6 @@ class DirHandle : public AsyncWrap {
18
~DirHandle() override;
19
20
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
21
- static void Open(const v8::FunctionCallbackInfo<v8::Value>& args);
22
static void Read(const v8::FunctionCallbackInfo<v8::Value>& args);
23
static void Close(const v8::FunctionCallbackInfo<v8::Value>& args);
24
0 commit comments