Reduction: remove toString()
[sbp.git] / src / edu / berkeley / sbp / Reduction.java
index 06ae49b..a6d599f 100644 (file)
@@ -31,8 +31,6 @@ final class Reduction implements Comparable<Reduction> {
         node.finish(position, result, phase);
     }
 
-    public String toString() { return position+""; }
-
     public int compareTo(Reduction r) {
         int ret = compareTo0(r);
         if (ret == 0) {