From 0dafe478d07e84abcc5e6c171723d5d628dee145 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Mon, 23 Oct 2006 22:44:11 +0000 Subject: [PATCH] remove var that isn't used in regular slurm --- src/sview/job_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sview/job_info.c b/src/sview/job_info.c index 1b6868fda09..34fefc2581c 100644 --- a/src/sview/job_info.c +++ b/src/sview/job_info.c @@ -868,8 +868,8 @@ static List _create_job_info_list(job_info_msg_t *job_info_ptr, #ifdef HAVE_BG uint16_t quarter = (uint16_t) NO_VAL; uint16_t nodecard = (uint16_t) NO_VAL; -#endif char tmp_char[50]; +#endif if(!changed && info_list) { goto update_color; -- GitLab