Merge xdebug from 1.3.x.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugAbstractValue.java
index 37494f7..f60537c 100644 (file)
@@ -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;
                                                                }
                                                        }
                                                }