From mboxrd@z Thu Jan 1 00:00:00 1970 From: fabbione@sourceware.org Date: 30 Apr 2007 16:56:22 -0000 Subject: [Cluster-devel] cluster/group/lib libgroup.c Message-ID: <20070430165622.23052.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: fabbione at sourceware.org 2007-04-30 17:56:22 Modified files: group/lib : libgroup.c Log message: Remove unused vars Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/lib/libgroup.c.diff?cvsroot=cluster&r1=1.26&r2=1.27 --- cluster/group/lib/libgroup.c 2007/04/30 11:22:20 1.26 +++ cluster/group/lib/libgroup.c 2007/04/30 16:56:22 1.27 @@ -379,7 +379,7 @@ { char buf[GROUPD_MSGLEN], *argv[MAXARGS]; char *p; - int act, argc, rv, i, count, *nodeids; + int act, argc, rv, count, *nodeids; struct group_handle *h = (struct group_handle *) handle; VALIDATE_HANDLE(h); @@ -495,7 +495,7 @@ { char buf[GROUPD_MSGLEN]; char data_buf[sizeof(group_data_t)]; - int fd, rv, len; + int fd, rv; fd = connect_groupd(); if (fd < 0)