Skip to content
Snippets Groups Projects
Commit a05519c2 authored by Danny Auble's avatar Danny Auble
Browse files

moved non used variable into #ifdef

parent 97320dc9
No related branches found
No related tags found
No related merge requests found
......@@ -497,13 +497,14 @@ cleanup:
*/
extern int configure_block_switches(bg_record_t * bg_record)
{
int rc = SLURM_SUCCESS, i = 0;
int rc = SLURM_SUCCESS;
ListIterator itr;
ba_node_t* ba_node = NULL;
#ifdef HAVE_BG_FILES
char *bpid = NULL;
int first_bp=1;
int first_switch=1;
int i = 0;
rm_BP_t *curr_bp = NULL;
rm_switch_t *coord_switch[BA_SYSTEM_DIMENSIONS];
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment