[libsoup] tests/simple-proxy.c: remove obvious dead assignment noted by clang



commit e2daa0c666e1fd0f3da9ca08495a78c3de64f811
Author: Dan Winship <danw gnome org>
Date:   Sat Jan 23 16:02:09 2010 -0500

    tests/simple-proxy.c: remove obvious dead assignment noted by clang

 tests/simple-proxy.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]