浏览代码

jsonrpc-s: removed unused variable

Daniel-Constantin Mierla 11 年之前
父节点
当前提交
6a7c9fafd6
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;