1
1

The datatype dump function is always visible so we don't need a

fake one.

This commit was SVN r19158.
Этот коммит содержится в:
George Bosilca 2008-08-05 14:45:42 +00:00
родитель 58ecf3ea4f
Коммит 2bd9ddfc28

Просмотреть файл

@ -47,17 +47,6 @@ void print_double_mat( unsigned int N, double* mat );
ompi_datatype_t* lower_matrix( unsigned int mat_size );
#if OMPI_C_HAVE_VISIBILITY
/**
* empty dummy function for the case the we use visibility and cannot access the
* real one.
*/
void ompi_ddt_dump( const ompi_datatype_t* pData )
{
printf("**** Compile without visibility of you want to see a dump ****\n");
}
#endif
/**
* Cache cleanup.
*/