1
1

Remove all useless debug stuff.

This commit was SVN r7247.
Этот коммит содержится в:
George Bosilca 2005-09-09 06:16:44 +00:00
родитель 63fb0f3341
Коммит b2bb2393fc

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

@ -26,9 +26,7 @@
#endif
#include <stdlib.h>
static int ompi_new_pack_debug = 0;
#define DO_DEBUG(INST) if( ompi_new_pack_debug ) { INST }
#define DO_DEBUG(INST) /* no debug informations */
/* The pack/unpack functions need a cleanup. I have to create a proper interface to access
* all basic functionalities, hence using them as basic blocks for all conversion functions.