Skip to content

Commit 24e85d1

Browse files
committed
remove unused function MPI_Abi_supported
this was something in a very early ABI proposal which was dropped. Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent fd3847c commit 24e85d1

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

ompi/mpi/bindings/ompi_bindings/c.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ def dump_header(self):
188188
for sig in self.signatures:
189189
self.dump(f'{sig};')
190190
self.dump('int MPI_Abi_details(int *buflen, char *details, MPI_Info *info);')
191-
self.dump('int MPI_Abi_supported(int *flag);')
192191
self.dump('int MPI_Abi_version(int *abi_major, int *abi_minor);')
193192

194193
self.dump("""

ompi/mpi/c/abi_supported.c

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)