diff common-channel.c @ 276:3cea9d789cca

Stomp on some minor warnings
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Mar 2006 12:09:02 +0000
parents 82393badfa24
children e109fb08b8ee
line wrap: on
line diff
--- a/common-channel.c	Fri Dec 09 06:10:27 2005 +0000
+++ b/common-channel.c	Wed Mar 08 12:09:02 2006 +0000
@@ -181,7 +181,6 @@
 
 	struct Channel *channel;
 	unsigned int i;
-	int ret;
 
 	/* iterate through all the possible channels */
 	for (i = 0; i < ses.chansize; i++) {