From 03da81f377caaf55a9f39d919b8f9347c9ae9ac1 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Thu, 21 Sep 2006 15:45:31 +0000 Subject: [PATCH] remove of unused var --- src/common/plugrack.c | 2 +- src/common/slurm_protocol_api.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/plugrack.c b/src/common/plugrack.c index 17e39d0f684..2abc4bf7390 100644 --- a/src/common/plugrack.c +++ b/src/common/plugrack.c @@ -15,7 +15,7 @@ * any later version. * * In addition, as a special exception, the copyright holders give permission - * to link the code of portions of this program with the OpenSSL library under + * to link the code of portions of this program with the OpenSSL library under * certain conditions as described in each individual source file, and * distribute linked combinations including the two. You must obey the GNU * General Public License in all respects for all of the code used other than diff --git a/src/common/slurm_protocol_api.c b/src/common/slurm_protocol_api.c index 7eb8cb7cbe6..cf234acb70e 100644 --- a/src/common/slurm_protocol_api.c +++ b/src/common/slurm_protocol_api.c @@ -1688,7 +1688,6 @@ _send_and_recv_msg(slurm_fd fd, slurm_msg_t *req, slurm_msg_t *resp, int timeout) { int retry = 0; - int steps = 0; int rc = 0; slurm_msg_t_init(resp); -- GitLab