Skip to content

Commit 85067c1

Browse files
gengjiawentargos
authored andcommitted
src: delete redundant method in node_dir.h
PR-URL: #30747 Reviewed-By: David Carlier <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 9b608e3 commit 85067c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_dir.h

-1
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)