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
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-03-20 16:18:01 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-03-28 09:37:27 +0300
commit0601f16a476febf3d20ffe9b91ffdd99afa45c38 (patch)
treee891ccf811c8875d3aabdf4a203d7e53c2b234ad /src/module_wrap.h
parent9addfefd84593497a4aef47d6ac68087b9a2e9d5 (diff)
src: delete unused field in class ModuleWrap
PR-URL: https://github.com/nodejs/node/pull/26815 Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'src/module_wrap.h')
-rw-r--r--src/module_wrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/module_wrap.h b/src/module_wrap.h
index 6b7025f8a94..fddb852a79d 100644
--- a/src/module_wrap.h
+++ b/src/module_wrap.h
@@ -26,7 +26,6 @@ enum HostDefinedOptions : int {
class ModuleWrap : public BaseObject {
public:
- static const std::string EXTENSIONS[];
static void Initialize(v8::Local<v8::Object> target,
v8::Local<v8::Value> unused,
v8::Local<v8::Context> context,