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: nodejs#26815
Reviewed-By: Refael Ackermann <refack@gmail.com>
  • Loading branch information
gengjiawen authored and danbev committed Mar 28, 2019
1 parent 9addfef commit 0601f16
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 @@ -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,
Expand Down

0 comments on commit 0601f16

Please sign in to comment.