revert accidental commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@33361 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-06-20 12:52:55 +00:00
parent ba1a669faf
commit 0492e9a1ca

View file

@ -624,13 +624,6 @@ purgeCollectedFromMapNode(GSIMapTable map, GSIMapNode node)
static NSNotificationCenter *default_center = nil;
static void cleanup()
{
id i = default_center;
default_center = nil;
[default_center release];
}
+ (void) initialize
{
if (self == [NSNotificationCenter class])
@ -655,7 +648,6 @@ static void cleanup()
*/
default_center = [self alloc];
[default_center init];
atexit(cleanup);
}
}