diff --git a/Source/NSSet.m b/Source/NSSet.m index 00af960da..663cf048f 100644 --- a/Source/NSSet.m +++ b/Source/NSSet.m @@ -419,12 +419,7 @@ static Class NSMutableSet_concrete_class; - (NSString*) descriptionWithLocale: (NSDictionary*)locale { - return [self descriptionWithLocale: locale indent: 0]; -} - -- (NSString*) descriptionWithLocale: (NSDictionary*)locale indent: (unsigned)i -{ - return [[self allObjects] descriptionWithLocale: locale indent: i]; + return [[self allObjects] descriptionWithLocale: locale]; } @end