Module: sip-router
Branch: master
Commit: bbcc447c6bd5e01cae5932fa11cbaceccef5a389
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bbcc447…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Apr 16 12:38:13 2014 +0200
sqlops: removed unused variables in sql_do_query_async()
- reported by Juha Heinanen
---
modules/sqlops/sql_api.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/modules/sqlops/sql_api.c b/modules/sqlops/sql_api.c
index 0202bc5..6ad803f 100644
--- a/modules/sqlops/sql_api.c
+++ b/modules/sqlops/sql_api.c
@@ -417,10 +417,6 @@ error:
int sql_do_query_async(sql_con_t *con, str *query)
{
- db1_res_t* db_res = NULL;
- int i, j;
- str sv;
-
if(query==NULL)
{
LM_ERR("bad parameters\n");