Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 85067c1

Browse filesBrowse files
gengjiawentargos
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 9b608e3 commit 85067c1
Copy full SHA for 85067c1

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Collapse file

‎src/node_dir.h‎

Copy file name to clipboardExpand all lines: src/node_dir.h
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.