[Asterisk-cvs] asterisk/res res_odbc.c,1.5.2.2,1.5.2.3
russell at lists.digium.com
russell at lists.digium.com
Thu Jan 27 18:32:43 CST 2005
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv13369/res
Modified Files:
Tag: v1-0
res_odbc.c
Log Message:
remove unused vars (bug #3423)
Index: res_odbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_odbc.c,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -d -r1.5.2.2 -r1.5.2.3
--- res_odbc.c 9 Jan 2005 14:46:45 -0000 1.5.2.2
+++ res_odbc.c 28 Jan 2005 00:34:43 -0000 1.5.2.3
@@ -186,7 +186,6 @@
static int odbc_disconnect_command(int fd, int argc, char **argv){
odbc_obj *obj;
- int x = 0;
if (!strcmp(argv[1], "disconnect")) {
if (!argv[2])
return odbc_disconnect_usage(fd);
@@ -201,7 +200,6 @@
static int odbc_connect_command(int fd, int argc, char **argv){
odbc_obj *obj;
- int x = 0;
if (!argv[1])
return odbc_connect_usage(fd);
More information about the svn-commits
mailing list