From: adam Date: Mon, 17 Nov 2008 01:30:24 +0000 (+0100) Subject: remove line we can no longer use (dip_peer.dock.getInstructionDestination isnt always... X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a90701ddfdb6c211c4768a660e3b4770531c7028;p=fleet.git remove line we can no longer use (dip_peer.dock.getInstructionDestination isnt always the right place) --- diff --git a/src/edu/berkeley/fleet/ir/Process.java b/src/edu/berkeley/fleet/ir/Process.java index b911cc0..a6b017a 100644 --- a/src/edu/berkeley/fleet/ir/Process.java +++ b/src/edu/berkeley/fleet/ir/Process.java @@ -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);