Skip to content

Commit c824127

Browse files
gengjiawentargos
authored andcommitted
src: delete unused field in class ModuleWrap
PR-URL: #26815 Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent ea7e2c0 commit c824127

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/module_wrap.h

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ v8::Maybe<url::URL> Resolve(Environment* env,
3636

3737
class ModuleWrap : public BaseObject {
3838
public:
39-
static const std::string EXTENSIONS[];
4039
static void Initialize(v8::Local<v8::Object> target,
4140
v8::Local<v8::Value> unused,
4241
v8::Local<v8::Context> context,

0 commit comments

Comments
 (0)