mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Remove infinite recursion
This commit is contained in:
parent
5bf97288d0
commit
746d3ea8ae
1 changed files with 0 additions and 1 deletions
|
@ -2581,7 +2581,6 @@ GS_PRIVATE_INTERNAL(NSURLComponents)
|
|||
- (void) setPercentEncodedFragment: (NSString *)fragment
|
||||
{
|
||||
ASSIGNCOPY(internal->_percentEncodedFragment, fragment);
|
||||
[self _regenerateURL];
|
||||
}
|
||||
|
||||
- (NSString *) percentEncodedHost
|
||||
|
|
Loading…
Reference in a new issue