Selaa lähdekoodia

xmlrpc: removed unused variable in rpc_array_add

- reported by Juha Heinanen
Daniel-Constantin Mierla 11 vuotta sitten
vanhempi
commit
4eae467f30
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      modules/xmlrpc/xmlrpc.c

+ 0 - 1
modules/xmlrpc/xmlrpc.c

@@ -1786,7 +1786,6 @@ static int rpc_struct_add(struct rpc_struct* s, char* fmt, ...)
 static int rpc_array_add(struct rpc_struct* s, char* fmt, ...)
 static int rpc_array_add(struct rpc_struct* s, char* fmt, ...)
 {
 {
 	va_list ap;
 	va_list ap;
-	str member_name;
 	struct xmlrpc_reply* reply;
 	struct xmlrpc_reply* reply;
 	void* void_ptr;
 	void* void_ptr;
 	struct rpc_struct* p, *tmp;
 	struct rpc_struct* p, *tmp;