mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
* Source/GSSet.m (-[GSMutableSet unionSet:]): Remove redundant
test. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19456 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
14c6a5e4d2
commit
a601bb2853
2 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-06-03 David Ayers <d.ayers@inode.at>
|
||||||
|
|
||||||
|
* Source/GSSet.m (-[GSMutableSet unionSet:]): Remove redundant
|
||||||
|
test.
|
||||||
|
|
||||||
2004-06-03 Adam Fedor <fedor@gnu.org>
|
2004-06-03 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Source/cifframe.h: Move ffi.h include to fix compile problem on
|
* Source/cifframe.h: Move ffi.h include to fix compile problem on
|
||||||
|
|
|
@ -670,11 +670,6 @@ static Class mutableSetClass;
|
||||||
{
|
{
|
||||||
GSIMapNode node;
|
GSIMapNode node;
|
||||||
|
|
||||||
if (anObject == nil)
|
|
||||||
{
|
|
||||||
[NSException raise: NSInvalidArgumentException
|
|
||||||
format: @"Tried to add nil to set"];
|
|
||||||
}
|
|
||||||
node = GSIMapNodeForKey(&map, (GSIMapKey)anObject);
|
node = GSIMapNodeForKey(&map, (GSIMapKey)anObject);
|
||||||
if (node == 0)
|
if (node == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue