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:
parent
1d0c3e3188
commit
660c4337ba
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user