mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
remove unused vars (bug #3423)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -186,7 +186,6 @@ static int odbc_show_command(int fd, int argc, char **argv)
|
||||
|
||||
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_disconnect_command(int fd, int argc, char **argv){
|
||||
|
||||
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);
|
||||
|
||||
|
Reference in New Issue
Block a user