From a08cf8411eea20400550e182b56443d2d17d90f4 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 4 Aug 2010 22:10:58 +0000
Subject: [PATCH] fix vestigial part of a line that breaks compilation

---
 src/common/gres.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/common/gres.c b/src/common/gres.c
index c0b3d258617..4995fa2785a 100644
--- a/src/common/gres.c
+++ b/src/common/gres.c
@@ -2539,7 +2539,6 @@ extern int _job_alloc(void *job_gres_data, void *node_gres_data,
 	 */	
 	if (job_gres_ptr->gres_bit_alloc[node_offset]) {
 		/* Resuming a suspended job, resources already allocated */
-		      gres_name, job_id, node_name);
 		if (node_gres_ptr->gres_bit_alloc == NULL) {
 			node_gres_ptr->gres_bit_alloc =
 				bit_copy(job_gres_ptr->
-- 
GitLab