Remove an unused variable
This commit is contained in:
parent
40ddff1096
commit
40e90e89fc
@ -257,14 +257,11 @@ static int genaNotify(
|
|||||||
{
|
{
|
||||||
size_t i;
|
size_t i;
|
||||||
membuffer mid_msg;
|
membuffer mid_msg;
|
||||||
membuffer endmsg;
|
|
||||||
uri_type *url;
|
uri_type *url;
|
||||||
http_parser_t response;
|
http_parser_t response;
|
||||||
int return_code = -1;
|
int return_code = -1;
|
||||||
|
|
||||||
membuffer_init(&mid_msg);
|
membuffer_init(&mid_msg);
|
||||||
/* make 'end' msg (the part that won't vary with the destination) */
|
|
||||||
endmsg.size_inc = 30;
|
|
||||||
if (http_MakeMessage(&mid_msg, 1, 1,
|
if (http_MakeMessage(&mid_msg, 1, 1,
|
||||||
"s" "ssc" "sdcc",
|
"s" "ssc" "sdcc",
|
||||||
headers,
|
headers,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user