Skip to content

Commit 29926a6

Browse files
cchambreaujsquyres
authored andcommitted
pr feedback - remove assert
Signed-off-by: Chris Chambreau <chambreau1@llnl.gov>
1 parent e3b6e02 commit 29926a6

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)