Skip to content

Commit 03a8194

Browse files
committed
Hide unused function
Signed-off-by: Ralph Castain <[email protected]>
1 parent b83c97f commit 03a8194

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mca/gds/shmem/gds_shmem_fetch.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ pmix_gds_shmem_fetch_appinfo(
394394
return rc;
395395
}
396396

397+
#if 0
397398
static inline pmix_status_t
398399
fetch_job_level_info_for_namespace(
399400
pmix_gds_shmem_job_t *job,
@@ -476,7 +477,7 @@ fetch_job_level_info_for_namespace(
476477
}
477478
return rc;
478479
}
479-
480+
#endif
480481
pmix_status_t
481482
pmix_gds_shmem_fetch(
482483
const pmix_proc_t *proc,

0 commit comments

Comments
 (0)