mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
remove redundant/repeated line
This commit is contained in:
parent
ebaf23e295
commit
882b1419f5
1 changed files with 0 additions and 1 deletions
|
@ -2685,7 +2685,6 @@ GS_PRIVATE_INTERNAL(NSURLComponents)
|
|||
NSEnumerator *en = [items objectEnumerator];
|
||||
id item = nil;
|
||||
|
||||
items = [query componentsSeparatedByString: @"&"];
|
||||
while ((item = [en nextObject]) != nil)
|
||||
{
|
||||
NSURLQueryItem *qitem;
|
||||
|
|
Loading…
Reference in a new issue