Removed unused local variables

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@722181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2008-12-01 19:10:39 +00:00
parent 70f61a78a8
commit 2a66c59754
1 changed files with 0 additions and 3 deletions

View File

@ -61,8 +61,6 @@ import org.apache.http.client.methods.HttpGet;
import org.apache.http.conn.scheme.Scheme;
import org.apache.http.impl.client.DefaultHttpClient;
import org.apache.http.localserver.LocalTestServer;
import org.apache.http.params.BasicHttpParams;
import org.apache.http.params.HttpParams;
/**
* Unit tests for {@link SSLSocketFactory}.
@ -113,7 +111,6 @@ public class TestSSLSocketFactory extends TestCase
}
public void testCreateSocket() throws Exception {
HttpParams params = new BasicHttpParams();
String password = "changeit";
char[] pwd = password.toCharArray();