remove line we can no longer use (dip_peer.dock.getInstructionDestination isnt always...
authoradam <adam@megacz.com>
Mon, 17 Nov 2008 01:30:24 +0000 (02:30 +0100)
committeradam <adam@megacz.com>
Mon, 17 Nov 2008 01:30:24 +0000 (02:30 +0100)
src/edu/berkeley/fleet/ir/Process.java

index b911cc0..a6b017a 100644 (file)
@@ -231,7 +231,6 @@ public class Process {
                                 lf.recvToken();
                                 if (extratokens) lf.sendToken(fleet.getShip("Debug",0).getDock("in").getDataDestination());
                             }
-                            //lf.sendToken(dip_peer.dock.getInstructionDestination());
                         }
                         lf.sendToken(fleet.getShip("Debug",0).getDock("in").getDataDestination());
                         lf = lf.makeNext(0);