0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

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>
This commit is contained in:
gengjiawen 2019-12-01 15:31:03 +08:00 committed by Anna Henningsen
parent 1d0c3e3188
commit 660c4337ba
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

View File

@ -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);