From f124688cfdfbe96ff2be5ab44ea5023725548146 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Aug 2014 16:12:55 +0200 Subject: java: remove various unused variables Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1 --- xmlsecurity/test_docs/tools/httpserv/src/httpserv/Main.java | 1 - 1 file changed, 1 deletion(-) (limited to 'xmlsecurity/test_docs') diff --git a/xmlsecurity/test_docs/tools/httpserv/src/httpserv/Main.java b/xmlsecurity/test_docs/tools/httpserv/src/httpserv/Main.java index a9bd3cee9977..b191b5c1ee02 100644 --- a/xmlsecurity/test_docs/tools/httpserv/src/httpserv/Main.java +++ b/xmlsecurity/test_docs/tools/httpserv/src/httpserv/Main.java @@ -126,7 +126,6 @@ class MyHandler implements HttpHandler { public void handle(HttpExchange xchange) throws IOException { try { //First get the path to the file - File fileCurrent = new File("."); String sRequestPath = xchange.getRequestURI().getPath(); System.out.println("requested: " + sRequestPath); File fileRequest = new File(new File(".").getCanonicalPath(), sRequestPath); -- cgit v1.2.3