mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Don't initialise NSUserDefaults in NSObject+initialize ... recursion on bsd
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39393 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf0b385788
commit
e27363d97d
1 changed files with 0 additions and 5 deletions
|
@ -1138,11 +1138,6 @@ static id gs_weak_load(id obj)
|
|||
selector: @selector(_becomeMultiThreaded:)
|
||||
name: NSWillBecomeMultiThreadedNotification
|
||||
object: nil];
|
||||
|
||||
/* It is also safer to set upo the user defaults system before doing
|
||||
* other stuff which might use it.
|
||||
*/
|
||||
[NSUserDefaults class];
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue