From 90d79bb1d16db842bf74fe32e89e30573d9921c1 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Fri, 5 Nov 2004 07:39:57 +0000 Subject: [PATCH] Remove a useless define. This commit was SVN r3523. --- src/datatype/datatype.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/datatype/datatype.h b/src/datatype/datatype.h index 3e3b2d29b2..1478425eb9 100644 --- a/src/datatype/datatype.h +++ b/src/datatype/datatype.h @@ -188,8 +188,6 @@ struct ompi_convertor_t { }; OBJ_CLASS_DECLARATION( ompi_convertor_t ); -#define ompi_convertor_progress( PCONV, IOVEC, COUNT, PLENGTH, FDSET ) \ - (PCONV)->fAdvance( (PCONV), (IOVEC), (COUNT), (PLENGTH), (FDSET) ); /* * Return 0 if everything went OK and if there is still room before the complete * conversion of the data (need additional call with others input buffers )