mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
tidied a little
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39939 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d168178895
commit
c929cfb74a
1 changed files with 2 additions and 3 deletions
|
@ -104,7 +104,6 @@
|
|||
*/
|
||||
void objc_enumerationMutation(id obj)
|
||||
{
|
||||
[NSException raise: NSGenericException
|
||||
format: @"Collection %@ was mutated while being enumerated",
|
||||
obj];
|
||||
[NSException raise: NSGenericException
|
||||
format: @"Collection %@ was mutated while being enumerated", obj];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue