sebb        2003/10/04 17:52:25

  Modified:    src/functions/org/apache/jmeter/functions RegexFunction.java
                        CSVRead.java
  Log:
  Removing unused items
  
  Revision  Changes    Path
  1.17      +0 -1      
jakarta-jmeter/src/functions/org/apache/jmeter/functions/RegexFunction.java
  
  Index: RegexFunction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/functions/org/apache/jmeter/functions/RegexFunction.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- RegexFunction.java        7 Sep 2003 18:56:32 -0000       1.16
  +++ RegexFunction.java        5 Oct 2003 00:52:25 -0000       1.17
  @@ -267,7 +267,6 @@
           PatternMatcher matcher = new Perl5Matcher();
           Util.split(pieces, new Perl5Matcher(), templatePattern, rawTemplate);
           PatternMatcherInput input = new PatternMatcherInput(rawTemplate);
  -        int count = 0;
           Iterator iter = pieces.iterator();
           boolean startsWith = isFirstElementGroup(rawTemplate);
           while (iter.hasNext())
  
  
  
  1.6       +0 -2      
jakarta-jmeter/src/functions/org/apache/jmeter/functions/CSVRead.java
  
  Index: CSVRead.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/functions/org/apache/jmeter/functions/CSVRead.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- CSVRead.java      7 Sep 2003 18:56:32 -0000       1.5
  +++ CSVRead.java      5 Oct 2003 00:52:25 -0000       1.6
  @@ -66,7 +66,6 @@
   
   import org.apache.jmeter.samplers.SampleResult;
   import org.apache.jmeter.samplers.Sampler;
  -import org.apache.jmeter.threads.JMeterVariables;
   import org.apache.jmeter.util.JMeterUtils;
   import org.apache.jorphan.logging.LoggingManager;
   import org.apache.log.Logger;
  @@ -142,7 +141,6 @@
           try
           {
   
  -            JMeterVariables vars = getVariables();
               ArrayList processedLines = null;
               String fileName = null;
   
  
  
  

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

Reply via email to