[Cluster-devel] cluster/group/lib libgroup.c

fabbione at sourceware.org fabbione at sourceware.org
Mon Apr 30 16:56:22 UTC 2007


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)




More information about the Cluster-devel mailing list