Remove unused code
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Jun 2011 18:15:56 +0000 (18:15 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 21 Jun 2011 18:15:56 +0000 (18:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1138115 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/connector/CoyoteAdapter.java

index 513384a..36019f7 100644 (file)
@@ -801,8 +801,6 @@ public class CoyoteAdapter implements Adapter {
             log.debug(sm.getString("coyoteAdapter.debug", "enc", enc));
         }
 
-        boolean warnedEncoding = false;
-
         while (semicolon > -1) {
             // Parse path param, and extract it from the decoded request URI
             int start = uriBC.getStart();