From e2daa0c666e1fd0f3da9ca08495a78c3de64f811 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 23 Jan 2010 16:02:09 -0500 Subject: [PATCH] tests/simple-proxy.c: remove obvious dead assignment noted by clang --- tests/simple-proxy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/simple-proxy.c b/tests/simple-proxy.c index b8cd164..117c3ff 100644 --- a/tests/simple-proxy.c +++ b/tests/simple-proxy.c @@ -93,7 +93,6 @@ server_callback (SoupServer *server, SoupMessage *msg, return; } - msg2 = soup_message_new (msg->method, uristr); msg2 = soup_message_new (msg->method, uristr); soup_message_headers_foreach (msg->request_headers, copy_header, msg2->request_headers); -- 2.7.4