X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPThread.java b/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPThread.java index fefd85e..9c94fee 100644 --- a/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPThread.java +++ b/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPThread.java @@ -101,9 +101,9 @@ public class PHPThread extends PHPDebugElement implements IThread { } } - public int getStackFramesSize () { - return frames.length; - } +// public int getStackFramesSize () { +// return frames.length; +// } public boolean hasStackFrames () { if (frames == null) { @@ -136,9 +136,9 @@ public class PHPThread extends PHPDebugElement implements IThread { return target; } - public void setDebugTarget(PHPDebugTarget target) { - this.target = target; - } +// public void setDebugTarget(PHPDebugTarget target) { +// this.target = target; +// } public ILaunch getLaunch() { return this.getDebugTarget().getLaunch();