1
1
This commit was SVN r32123.
Этот коммит содержится в:
George Bosilca 2014-07-03 00:30:54 +00:00
родитель 149810f02c
Коммит 2883adcdf3
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -120,7 +120,6 @@ fn_exit:
int MPIU_datatype_full_size(MPI_Datatype datatype, MPI_Aint *size)
{
int error_code = MPI_SUCCESS;
MPI_Aint extent = 0;
MPI_Aint true_extent = 0;
MPI_Aint true_lb = 0;

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

@ -107,7 +107,6 @@ static OBJ_CLASS_INSTANCE(orte_wait_tracker_t,
/* Local Variables */
static opal_event_t handler;
static volatile int cb_enabled = true;
static opal_list_t pending_cbs;
/* Local Function Prototypes */