@@ -29,16 +29,14 @@ #ifdef OF_HAVE_BLOCKS /*! * @brief A block which is called when the socket connected. * - * @param socket The socket which connected * @param exception An exception which occurred while connecting the socket or * `nil` on success */ -typedef void (^of_tcp_socket_async_connect_block_t)(OFTCPSocket *socket, - id _Nullable exception); +typedef void (^of_tcp_socket_async_connect_block_t)(id _Nullable exception); #endif /*! * @protocol OFTCPSocketDelegate OFTCPSocket.h ObjFW/OFTCPSocket.h *