removed MPI_LOR stub. (Reverted back to previous version).

This commit is contained in:
dwalker 1999-06-16 21:18:23 +00:00
parent 9cb7c9148b
commit c23973f43b

View File

@ -389,12 +389,6 @@ MPI_Type_commit( MPI_Datatype *datatype )
return(0);
}
int
MPI_LOR( MPI_Datatype *datatype )
{
return(0);
}
#else
/* this is used only to eliminate compiler warnings */