Module: sip-router Branch: master Commit: 35ba820e82840661d23c93e10bd289b8a6e14f5f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=35ba820e...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@voipembedded.com Date: Fri Jan 11 15:20:11 2013 -0500
sqlops: remove unused variable `sv'
---
modules_k/sqlops/sql_api.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules_k/sqlops/sql_api.c b/modules_k/sqlops/sql_api.c index 735304b..06bd35a 100644 --- a/modules_k/sqlops/sql_api.c +++ b/modules_k/sqlops/sql_api.c @@ -415,7 +415,6 @@ int sql_exec_xquery(struct sip_msg *msg, sql_con_t *con, str *query, sr_xavp_t *row = NULL; sr_xval_t val; int i, j; - str sv;
if(msg==NULL || query==NULL || xavp==NULL) {