remove chain name arguments from proper stopper constructors
[fleet.git] / src / com / sun / vlsi / chips / marina / test / InstructionStopper.java
index bb200e2..60d51cf 100644 (file)
@@ -19,12 +19,10 @@ public class InstructionStopper extends ProperStopper {
 
     public InstructionStopper(String name,
                               String propInst,
-                              String controlChain, String dataChain,
-                              String reportChain,
                               ChainControls cc, ChipModel model,
                               boolean clockHack,
                               Indenter indenter, String counterPath) {
-        super(name, propInst, controlChain, dataChain, reportChain, cc, model, clockHack, indenter, counterPath);
+        super(name, propInst, cc, model, clockHack, indenter, counterPath);
     }
 
     /** put one Instruction into InstructionStopper */