remove unused code in Marina tests
[fleet.git] / src / edu / berkeley / fleet / marina / MarinaTest.java
index cfca42c..44587df 100644 (file)
@@ -332,10 +332,7 @@ public class MarinaTest {
         model.waitNS(4*COLUMN_LATENCY);
     }
     
-    private double readCurrent() {
-        return voltmeterForCurrent.readVoltage() / cmdArgs.station.ammeterShuntResistance;
-    }
-    
+   
     /** Generate List of BitVectors where Token=true, high 25 data bits  
      * are alternating ones and zeros, low 12 data bits increment from 
      * zero, and address is given by addr. */