Remove infinite recursion

This commit is contained in:
Gregory John Casamento 2020-03-27 06:18:11 -04:00
parent 5bf97288d0
commit 746d3ea8ae

View file

@ -2581,7 +2581,6 @@ GS_PRIVATE_INTERNAL(NSURLComponents)
- (void) setPercentEncodedFragment: (NSString *)fragment
{
ASSIGNCOPY(internal->_percentEncodedFragment, fragment);
[self _regenerateURL];
}
- (NSString *) percentEncodedHost