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

BGQ - move variable to avoid warning when not on real BGQ system

parent 54b63642
No related branches found
No related tags found
No related merge requests found
......@@ -692,7 +692,6 @@ extern int bridge_block_create(bg_record_t *bg_record)
extern int bridge_block_boot(bg_record_t *bg_record)
{
int rc = SLURM_SUCCESS;
char *function_name;
if (bg_record->magic != BLOCK_MAGIC) {
error("boot_block: magic was bad");
......@@ -706,6 +705,7 @@ extern int bridge_block_boot(bg_record_t *bg_record)
return SLURM_ERROR;
#ifdef HAVE_BG_FILES
char *function_name;
/* Lets see if we are connected to the IO. */
try {
uint32_t avail, unavail;
......
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