mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Code simplification
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8275 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
505a02bc00
commit
68bda2e25c
6 changed files with 20 additions and 59 deletions
|
@ -33,8 +33,6 @@
|
|||
#include <Foundation/NSThread.h>
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
|
||||
@class NSSetNonCore;
|
||||
@class NSMutableSetNonCore;
|
||||
@class GSCountedSet;
|
||||
|
||||
/*
|
||||
|
@ -62,8 +60,6 @@ static Class NSCountedSet_concrete_class;
|
|||
{
|
||||
NSCountedSet_abstract_class = self;
|
||||
NSCountedSet_concrete_class = [GSCountedSet class];
|
||||
behavior_class_add_class(self, [NSMutableSetNonCore class]);
|
||||
behavior_class_add_class(self, [NSSetNonCore class]);
|
||||
if ([NSThread isMultiThreaded])
|
||||
{
|
||||
[self _becomeThreaded: nil];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue