Remove unused property
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 29 Jul 2010 11:03:32 +0000 (11:03 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 29 Jul 2010 11:03:32 +0000 (11:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@980399 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/session/StandardManager.java
java/org/apache/catalina/session/mbeans-descriptors.xml

index 04c640a..bb1c4d5 100644 (file)
@@ -135,12 +135,6 @@ public class StandardManager extends ManagerBase
     protected int rejectedSessions = 0;
 
 
-    /**
-     * Processing time during session expiration.
-     */
-    protected long processingTime = 0;
-
-
     // ------------------------------------------------------------- Properties
 
 
index a42454c..fa6e27c 100644 (file)
                description="The frequency of the manager checks (expiration and passivation)"
                type="int"/>
 
-    <attribute   name="processingTime"
-          description="Time spent doing housekeeping and expiration"
-                 type="long" />
-               
     <attribute   name="sessionAverageAliveTime"
           description="Average time an expired session had been alive"
                  type="int" />