Browse Source

sqlops: remove unused variable `sv'

Ovidiu Sas 12 years ago
parent
commit
35ba820e82
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules_k/sqlops/sql_api.c

+ 0 - 1
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)
 	{