Author: markt
Date: Sun Sep 23 10:49:55 2012
New Revision: 1389009

URL: http://svn.apache.org/viewvc?rev=1389009&view=rev
Log:
Remove unused code

Modified:
    tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java

Modified: tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java?rev=1389009&r1=1389008&r2=1389009&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java (original)
+++ tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java Sun Sep 23 
10:49:55 2012
@@ -509,12 +509,6 @@ public class AccessLogValve extends Valv
     }
 
     /**
-     * Resolve hosts.
-     */
-    private boolean resolveHosts = false;
-
-
-    /**
      * Instant when the log daily rotation was last checked.
      */
     private volatile long rotationLastChecked = 0L;
@@ -769,24 +763,6 @@ public class AccessLogValve extends Valv
 
 
     /**
-     * Set the resolve hosts flag.
-     *
-     * @param resolveHosts The new resolve hosts value
-     */
-    public void setResolveHosts(boolean resolveHosts) {
-        this.resolveHosts = resolveHosts;
-    }
-
-
-    /**
-     * Get the value of the resolve hosts flag.
-     */
-    public boolean isResolveHosts() {
-        return resolveHosts;
-    }
-
-
-    /**
      * Return whether the attribute name to look for when
      * performing conditional logging. If null, every
      * request is logged.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to