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) {

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to