Skip to content

Commit 4e9d689

Browse files
committed
undo changes that are not needed
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 7e4a2a6 commit 4e9d689

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ompi/mpi/c/attr_fn.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,6 @@ int OMPI_C_MPI_COMM_DUP_FN( MPI_Comm comm, int comm_keyval, void* extra_state,
133133
return MPI_SUCCESS;
134134
}
135135

136-
/*
137-
* Following are not part of the standard ABI
138-
*/
139-
140-
#ifndef OMPI_BUILD_STANDARD_ABI
141-
142136
int OMPI_C_MPI_NULL_DELETE_FN( MPI_Comm comm, int comm_keyval,
143137
void* attribute_val_out,
144138
void* extra_state )
@@ -162,4 +156,3 @@ int OMPI_C_MPI_DUP_FN( MPI_Comm comm, int comm_keyval, void* extra_state,
162156
*(void**)attribute_val_out = attribute_val_in;
163157
return MPI_SUCCESS;
164158
}
165-
#endif

0 commit comments

Comments
 (0)