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:
CaS 2002-01-31 19:19:12 +00:00
parent 8f04755816
commit 8e1b521b9c

View file

@ -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)
{