Skip to content

Commit

Permalink
Merge pull request #336 from gnustep/NSObject_issue335
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa authored Oct 10, 2023
2 parents 3ed5eb3 + e73f55f commit 9d0887e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Source/NSObject.m
Original file line number Diff line number Diff line change
Expand Up @@ -2104,12 +2104,6 @@ - (BOOL) respondsToSelector: (SEL)aSelector

if (aSelector == 0)
{
if (GSPrivateDefaultsFlag(GSMacOSXCompatible))
{
[NSException raise: NSInvalidArgumentException
format: @"%@ null selector given",
NSStringFromSelector(_cmd)];
}
return NO;
}

Expand Down

0 comments on commit 9d0887e

Please sign in to comment.