Skip to content

Commit

Permalink
Remove unused function in shmem2.
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel K. Gutierrez <samuel@lanl.gov>
  • Loading branch information
samuelkgutierrez authored and rhc54 committed Apr 23, 2024
1 parent c38aef6 commit c3ae2d0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/mca/gds/shmem2/gds_shmem2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1807,19 +1807,6 @@ unpack_shmem2_connection_info(
return rc;
}

static inline int
parray_nelem(
pmix_pointer_array_t *array
) {
int i = 0;
for ( ; i < array->size; ++i) {
if (!pmix_pointer_array_get_item(array, i)) {
break;
}
}
return i;
}

static inline void
regattr_list_free(
pmix_regattr_input_t *ra,
Expand Down

0 comments on commit c3ae2d0

Please sign in to comment.