Skip to content

Commit

Permalink
src: do not export ARG_* flags in url binding
Browse files Browse the repository at this point in the history
They are unused in the JS layer.
  • Loading branch information
TimothyGu committed Apr 15, 2017
1 parent cbc1021 commit e8f1dcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_url.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,6 @@ static void Init(Local<Object> target,
#undef XX

#define XX(name) NODE_DEFINE_CONSTANT(target, name);
ARGS(XX)
PARSESTATES(XX)
#undef XX
}
Expand Down

0 comments on commit e8f1dcc

Please sign in to comment.