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 BethGriggs committed Apr 4, 2019
1 parent 2c3bca4 commit 9a0aadc
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 9a0aadc

Please sign in to comment.