Skip to content

Commit

Permalink
validate_cb (): remove unused variables
Browse files Browse the repository at this point in the history
Problem: There are a couple variables in validate_cb () that are unused.

Remove them.
  • Loading branch information
cmoussa1 committed Dec 4, 2023
1 parent fafd79e commit 52a8f7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugins/mf_priority.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -790,8 +790,7 @@ static int validate_cb (flux_plugin_t *p,
char *bank = NULL;
char *queue = NULL;
flux_job_state_t state;
int max_run_jobs, cur_active_jobs, max_active_jobs, queue_factor = 0;
double fairshare = 0.0;
int cur_active_jobs, max_active_jobs = 0;
bool only_dne_data;
user_bank_info *user_bank;

Expand Down

0 comments on commit 52a8f7a

Please sign in to comment.