mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
don't check too muchCVS: ----------------------------------------------------------------------
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12352 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8f04755816
commit
8e1b521b9c
1 changed files with 0 additions and 5 deletions
|
@ -345,11 +345,6 @@ NSMapGet(NSMapTable *table, const void *key)
|
|||
NSWarnLog(@"Nul table argument supplied");
|
||||
return 0;
|
||||
}
|
||||
if (key == 0)
|
||||
{
|
||||
NSWarnLog(@"Nul key argument supplied");
|
||||
return 0;
|
||||
}
|
||||
n = GSIMapNodeForKey((GSIMapTable)table, (GSIMapKey)key);
|
||||
if (n == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue