@@ -84,28 +84,11 @@ { return (id)[[OFConcreteArray alloc] initWithObjects: objects count: count]; } -- (instancetype)retain -{ - return self; -} - -- (instancetype)autorelease -{ - return self; -} - -- (void)release -{ -} - -- (void)dealloc -{ - OF_DEALLOC_UNSUPPORTED -} +OF_SINGLETON_METHODS @end @implementation OFArray + (void)initialize {