Selaa lähdekoodia

jsonrpc-s: removed unused variable

Daniel-Constantin Mierla 11 vuotta sitten
vanhempi
commit
6a7c9fafd6
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      modules/jsonrpc-s/jsonrpc-s_mod.c

+ 0 - 1
modules/jsonrpc-s/jsonrpc-s_mod.c

@@ -730,7 +730,6 @@ static int jsonrpc_dispatch(sip_msg_t* msg, char* s1, char* s2)
 {
 	rpc_export_t* rpce;
 	jsonrpc_ctx_t* ctx;
-	str arg = {NULL, 0};
 	int ret = 0;
 	srjson_t *nj = NULL;
 	str val;