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