Skip to content

Commit b233c36

Browse files
gengjiawenBethGriggs
authored andcommitted
src: delete redundant method in node_dir.h
PR-URL: #30747 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 214042c commit b233c36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_dir.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class DirHandle : public AsyncWrap {
1818
~DirHandle() override;
1919

2020
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
21-
static void Open(const v8::FunctionCallbackInfo<v8::Value>& args);
2221
static void Read(const v8::FunctionCallbackInfo<v8::Value>& args);
2322
static void Close(const v8::FunctionCallbackInfo<v8::Value>& args);
2423

0 commit comments

Comments
 (0)