sebb        2003/11/25 14:18:58

  Modified:    src/protocol/http/org/apache/jmeter/protocol/http/parser
                        HtmlParserHTMLParser.java
  Log:
  Remove unused imports and variables
  
  Revision  Changes    Path
  1.2       +1 -6      
jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HtmlParserHTMLParser.java
  
  Index: HtmlParserHTMLParser.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/parser/HtmlParserHTMLParser.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HtmlParserHTMLParser.java 25 Nov 2003 15:32:38 -0000      1.1
  +++ HtmlParserHTMLParser.java 25 Nov 2003 22:18:58 -0000      1.2
  @@ -67,7 +67,6 @@
   
   import junit.framework.TestCase;
   
  -import org.apache.jmeter.samplers.SampleResult;
   import org.apache.jorphan.logging.LoggingManager;
   import org.apache.log.Logger;
   
  @@ -115,15 +114,11 @@
           // Ideally, this should be upgraded to work with Objects (IE)
           //   and archives (.jar and .zip) files as well.
   
  -        boolean uniqueBinary;
  -        SampleResult binRes= null;
  -
           try
           {
               // we start to iterate through the elements
               for (NodeIterator e= htmlParser.elements(); e.hasMoreNodes();)
               {
  -                uniqueBinary= true;
                   Node node= e.nextNode();
                   String binUrlStr= null;
   
  
  
  

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

Reply via email to