@@ -91,14 +91,13 @@ * released. You can specify nil as object if you want the old object to be * released and don't want any new object for the TLS key. * * \param key The Thread Local Storage key * \param obj The object the Thread Local Storage key will be set to - * \return The old object, autoreleased */ -+ (id)setObject: (id)obj - forTLSKey: (OFTLSKey*)key; ++ (void)setObject: (id)obj + forTLSKey: (OFTLSKey*)key; /** * Returns the object for the specified Thread Local Storage key. * * The returned object is not retained and autoreleased for performance