Skip to content
Closed
Changes from all commits
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
url: remove unused variable
  • Loading branch information
sam-github committed Sep 25, 2017
commit 9bc0178ce25c1ca67f57a6646517e7a2ea4ac4d8
1 change: 0 additions & 1 deletion src/node_url.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,6 @@ void URL::Parse(const char* input,

while (p <= end) {
const char ch = p < end ? p[0] : kEOL;
const size_t remaining = end == p ? 0 : (end - p - 1);

bool special = (url->flags & URL_FLAGS_SPECIAL);
bool cannot_be_base;
Expand Down