remm        2003/07/29 09:29:57

  Modified:    catalina/src/share/org/apache/coyote/tomcat5
                        CoyoteConnector.java
  Log:
  - Remove some apparently unneeded fields.
  
  Revision  Changes    Path
  1.17      +1 -23     
jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5/CoyoteConnector.java
  
  Index: CoyoteConnector.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5/CoyoteConnector.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- CoyoteConnector.java      28 Jul 2003 11:19:11 -0000      1.16
  +++ CoyoteConnector.java      29 Jul 2003 16:29:57 -0000      1.17
  @@ -159,18 +159,6 @@
   
   
       /**
  -     * The set of processors that have ever been created.
  -     */
  -    private Vector created = new Vector();
  -
  -
  -    /**
  -     * The current number of processors that have been created.
  -     */
  -    private int curProcessors = 0;
  -
  -
  -    /**
        * The debugging detail level for this component.
        */
       private int debug = 0;
  @@ -648,16 +636,6 @@
       public void setContainer(Container container) {
   
           this.container = container;
  -
  -    }
  -
  -
  -    /**
  -     * Return the current number of processors that have been created.
  -     */
  -    public int getCurProcessors() {
  -
  -        return (curProcessors);
   
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to