Skip to content

Commit

Permalink
src: delete unused field in class ModuleWrap
Browse files Browse the repository at this point in the history
PR-URL: #26815
Reviewed-By: Refael Ackermann <refack@gmail.com>
  • Loading branch information
gengjiawen authored and targos committed Mar 30, 2019
1 parent ea7e2c0 commit c824127
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ v8::Maybe<url::URL> Resolve(Environment* env,

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,
Expand Down

0 comments on commit c824127

Please sign in to comment.