Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-12-01 10:31:03 +0300
committerMichaƫl Zasso <targos@protonmail.com>2019-12-09 12:23:02 +0300
commit838ae10a9baa7f664a6bf71b3fe008362a6d65b8 (patch)
tree7654c9b057d9daa0a73648bc8797db1014ee307b /src
parent66db8746c72d57fc81abd93370e5b446738c7791 (diff)
src: delete redundant method in node_dir.h
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'src')
-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 caef7a5d309..b55245d5b89 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);