1
1

No need to check for NULL there. The bml_btl is set correctly

on the upper level.

This commit was SVN r17857.
Этот коммит содержится в:
George Bosilca 2008-03-18 03:02:31 +00:00
родитель 3997639ec6
Коммит d460ccfbf9

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

@ -340,9 +340,6 @@ static inline void mca_bml_base_prepare_src(mca_bml_base_btl_t* bml_btl,
size,
flags
);
if( OPAL_LIKELY((*des) != NULL) ) {
(*des)->des_context = (void*) bml_btl;
}
}
static inline void mca_bml_base_prepare_dst(mca_bml_base_btl_t* bml_btl,
@ -363,9 +360,6 @@ static inline void mca_bml_base_prepare_dst(mca_bml_base_btl_t* bml_btl,
size,
flags
);
if( OPAL_LIKELY((*des) != NULL) ) {
(*des)->des_context = (void*) bml_btl;
}
}
/*