Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
src: do not export ARG_* flags in url binding
They are unused in the JS layer.
  • Loading branch information
TimothyGu committed Apr 15, 2017
commit e8f1dccdda3f5819125292404aa5d6d18163b195
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