mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Remove check for GSMacOSXCompatible from respondsToSelector:
This commit is contained in:
parent
2300a26b1a
commit
e73f55f182
1 changed files with 0 additions and 6 deletions
|
@ -2104,12 +2104,6 @@ static id gs_weak_load(id obj)
|
||||||
|
|
||||||
if (aSelector == 0)
|
if (aSelector == 0)
|
||||||
{
|
{
|
||||||
if (!GSPrivateDefaultsFlag(GSMacOSXCompatible))
|
|
||||||
{
|
|
||||||
[NSException raise: NSInvalidArgumentException
|
|
||||||
format: @"%@ null selector given",
|
|
||||||
NSStringFromSelector(_cmd)];
|
|
||||||
}
|
|
||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue