Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Naughton <naughtont@ornl.gov>
(cherry picked from commit 10b256e)
  • Loading branch information
naughtont3 authored and rhc54 committed Oct 14, 2022
1 parent e5e95c0 commit ebd32d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mca/rmaps/ppr/rmaps_ppr.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static int ppr_mapper(prte_job_t *jdata,
prte_mapping_policy_t mapping = 0;
prte_ranking_policy_t ranking;
hwloc_obj_t obj;
unsigned int nobjs, i, num_available;
unsigned int nobjs, i;
pmix_list_t node_list;
int32_t num_slots;
char **ck, *jobppr = NULL;
Expand Down

0 comments on commit ebd32d7

Please sign in to comment.