removed unused methods: /net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugAbstractValue.java
index 37494f7..96f14f2 100644 (file)
@@ -146,10 +146,6 @@ public abstract class XDebugAbstractValue  extends XDebugElement implements IVal
                return (fVariables.length > 0);
        }
        
-       public boolean isArray() {
-               return ((fType & VALUETYPE_ARRAY) > 0);
-       }
-       
        public abstract void setType(String typeName);
        public abstract void renderValueString(String data);
 
@@ -243,7 +239,7 @@ public abstract class XDebugAbstractValue  extends XDebugElement implements IVal
                                                                        fhasChanged = true;
                                                                }
                                                        } catch (Exception e) {
-                                                               int b = 1;
+                                                               //int b = 1;
                                                        }
                                                }
                                                if (fhasChanged) {
@@ -252,7 +248,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;
                                                                }
                                                        }
                                                }