From c43ca7de8768c4246cbdbc1a82bf76c2d467b608 Mon Sep 17 00:00:00 2001
From: privateer <privateer@mail.i2p>
Date: Mon, 5 Jul 2010 15:34:39 +0000
Subject: [PATCH] - removed one useless line of code

---
 .../java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java          | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java
index 930f8eb22e..b6c72821e5 100644
--- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java
+++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java
@@ -644,7 +644,6 @@ public class I2PTunnelHTTPClient extends I2PTunnelClientBase implements Runnable
                     }
                     if (!Boolean.valueOf(getTunnel().getClientOptions().getProperty(PROP_USER_AGENT)).booleanValue()) {
                         // let's not advertise to external sites that we are from I2P
-			UASwitcher ua_switcher = new UASwitcher();
                         if (usingWWWProxy)
                             newRequest.append("User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6\r\n");
                         else
-- 
GitLab