svn commit: r890978 - /jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/Sample.java

[email protected]
Newsgroups gmane.comp.jakarta.jmeter.devel
Message-ID <[email protected]>
Author: sebb
Date: Tue Dec 15 20:37:41 2009
New Revision: 890978

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

Modified:
    jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/Sample.java

Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/Sample.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/Sample.java?rev=890978&r1=890977&r2=890978&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/Sample.java (original)
+++ jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/Sample.java Tue Dec 15 20:37:41 2009
@@ -49,17 +49,6 @@
 
     private final int bytes;
 
-
-    // TODO - is this used?
-    public Sample(long data, long average, long deviation, double throughput, long median, boolean success) {
-        this(null, data, average, deviation, median, 0, throughput, 0, success, 0, 0);
-    }
-
-    // TODO - is this used?
-    public Sample(long data) {
-        this(null, data, 0, 0, 0, 0, 0, 0, false, 0, 0);
-    }
-
     public Sample(String name, long data, long average, long deviation, long median, long distributionLine,
             double throughput, long errorCount, boolean success, long num, long endTime) {
         this.data = data;
@@ -78,23 +67,6 @@
     }
 
     public Sample(String name, long data, long average, long deviation, long median, long distributionLine,
-            double throughput, long errorCount, boolean success, long num, long endTime, int bytes) {
-        this.data = data;
-        this.average = average;
-        this.deviation = deviation;
-        this.throughput = throughput;
-        this.success = success;
-        this.median = median;
-        this.distributionLine = distributionLine;
-        this.label = name;
-        this.errorCount = errorCount;
-        this.count = num;
-        this.endTime = endTime;
-        this.bytes = bytes;
-        this.threadName = "";
-    }
-
-    public Sample(String name, long data, long average, long deviation, long median, long distributionLine,
             double throughput, long errorCount, boolean success, long num, long endTime, int bytes, String threadName) {
         this.data = data;
         this.average = average;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.