From b233c36c10c2c1cab594ae7ba09e71a7f7880cf3 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Sun, 1 Dec 2019 15:31:03 +0800 Subject: [PATCH] src: delete redundant method in node_dir.h PR-URL: https://github.com/nodejs/node/pull/30747 Reviewed-By: David Carlier Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- src/node_dir.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_dir.h b/src/node_dir.h index caef7a5d309180..b55245d5b89a2e 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& args); - static void Open(const v8::FunctionCallbackInfo& args); static void Read(const v8::FunctionCallbackInfo& args); static void Close(const v8::FunctionCallbackInfo& args);