mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
ba1a669faf
commit
0492e9a1ca
1 changed files with 0 additions and 8 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue