Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Nov 19, 2024
1 parent 63fa3a3 commit 2f23c91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/slurmctld/node_scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ extern void deallocate_nodes(job_record_t *job_ptr, bool timeout,
hostlist_t *hostlist = NULL;
uint16_t use_protocol_version = 0;
uint16_t msg_flags = 0;
job_resources_t *job_resrcs_ptr = NULL;

#ifdef HAVE_FRONT_END
front_end_record_t *front_end_ptr;
Expand Down

0 comments on commit 2f23c91

Please sign in to comment.