Tidying optimisation stuff.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7938 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-10-31 11:05:23 +00:00
parent 392ad35b90
commit f926a998e8
19 changed files with 165 additions and 139 deletions

View file

@ -31,6 +31,7 @@
#include <Foundation/NSUtilities.h>
#include <Foundation/NSString.h>
#include <Foundation/NSException.h>
#include <Foundation/NSObjCRuntime.h>
@interface NSSetNonCore : NSSet
@end
@ -120,8 +121,9 @@ static Class NSMutableSet_concrete_class;
- (id) initWithCoder: (NSCoder*)aCoder
{
unsigned count;
Class c = fastClass(self);
Class c;
c = GSObjCClassOfObject(self);
if (c == NSSet_abstract_class)
{
RELEASE(self);