X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugAbstractValue.java b/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugAbstractValue.java index 37494f7..f60537c 100644 --- a/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugAbstractValue.java +++ b/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugAbstractValue.java @@ -243,7 +243,7 @@ public abstract class XDebugAbstractValue extends XDebugElement implements IVal fhasChanged = true; } } catch (Exception e) { - int b = 1; + //int b = 1; } } if (fhasChanged) { @@ -252,7 +252,7 @@ public abstract class XDebugAbstractValue extends XDebugElement implements IVal try { fVariables[i].setValue(newVariable[i].getValue()); } catch (Exception e) { - int b = 1; + //int b = 1; } } }