@@ -84,28 +84,11 @@ { return (id)[[OFMutableMapTableDictionary alloc] initWithCapacity: capacity]; } -- (instancetype)retain -{ - return self; -} - -- (instancetype)autorelease -{ - return self; -} - -- (void)release -{ -} - -- (void)dealloc -{ - OF_DEALLOC_UNSUPPORTED -} +OF_SINGLETON_METHODS @end @implementation OFMutableDictionary + (void)initialize {