@@ -273,17 +273,15 @@ * \return The object returned by the main method of the thread. */ - (id)join; /** - * \brief Returns the run loop for the thread or nil if it has no run loop. + * \brief Returns the run loop for the thread. * - * \return The run loop for the thread or nil if it has no run loop + * \return The run loop for the thread */ - (OFRunLoop*)runLoop; - -- (void)OF_setRunLoop: (OFRunLoop*)runLoop; @end /** * \brief A class for creating mutual exclusions. */