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

BGQ - remove unused variables

parent 27ccc04d
No related branches found
No related tags found
No related merge requests found
......@@ -803,9 +803,6 @@ static void _do_block_action_poll(void)
slurm_mutex_lock(&block_state_mutex);
itr = list_iterator_create(bg_lists->main);
while ((bg_record = (bg_record_t *) list_next(itr))) {
BlockFilter filter;
Block::Ptrs vec;
if ((bg_record->magic != BLOCK_MAGIC)
|| !bg_record->bg_block_id)
continue;
......
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