[Asterisk-cvs] asterisk channel.c,1.222,1.223

russell at lists.digium.com russell at lists.digium.com
Mon Jul 18 00:52:49 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv6878

Modified Files:
	channel.c 
Log Message:
get rid of unused variable


Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- channel.c	15 Jul 2005 23:24:51 -0000	1.222
+++ channel.c	18 Jul 2005 05:00:23 -0000	1.223
@@ -2027,7 +2027,7 @@
 	struct ast_channel *chan;
 	struct ast_frame *f;
 	int res = 0;
-	char *variable;
+	
 	chan = ast_request(type, format, data, &cause);
 	if (chan) {
 		if (oh) {




More information about the svn-commits mailing list