Skip to content

Commit

Permalink
remove vestigial comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Roub authored and bagder committed Apr 5, 2023
1 parent 3e8ce1d commit d6d8c5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trurl.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ static void trim(CURLU *uh, struct option *o)
bool updated = 0;
char *newq = q;

/* q is assumed to look like a=b&c=d&e=f */
do {
char *end = strchr(q, '&');
char *sep = strchr(q, '=');
Expand Down

0 comments on commit d6d8c5d

Please sign in to comment.