Skip to content

Commit 0ff0ae1

Browse files
cchambreaukingshuk00
authored andcommitted
pr feedback - remove assert
Signed-off-by: Chris Chambreau <chambreau1@llnl.gov>
1 parent c60700e commit 0ff0ae1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ompi/mpi/tool/event_get_info.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ int MPI_T_event_get_info (int event_index, char *name, int *name_len,
9898
}
9999
}
100100

101-
assert (NULL != ompi_datatype);
102-
103101
array_of_datatypes[i] = ompi_datatype;
104102
}
105103
}

0 commit comments

Comments
 (0)