Skip to content

Commit 26e717e

Browse files
authored
Merge pull request #10499 from hppritcha/topic/remove_unsupported_attr_func
sessions: remove sessions attr del function def
2 parents cab510b + c488c60 commit 26e717e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ompi/include/mpi.h.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ typedef int (MPI_Type_delete_attr_function)(MPI_Datatype, int,
513513
typedef int (MPI_Win_copy_attr_function)(MPI_Win, int, void *,
514514
void *, void *, int *);
515515
typedef int (MPI_Win_delete_attr_function)(MPI_Win, int, void *, void *);
516-
typedef int (MPI_Session_delete_attr_function)(MPI_Session, int, void *, void *);
517516
typedef int (MPI_Grequest_query_function)(void *, MPI_Status *);
518517
typedef int (MPI_Grequest_free_function)(void *);
519518
typedef int (MPI_Grequest_cancel_function)(void *, int);

0 commit comments

Comments
 (0)