remove unused constructor.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugStringValue.java
index 161d9f1..b148bd8 100644 (file)
@@ -7,11 +7,6 @@ public class XDebugStringValue extends XDebugAbstractValue {
                        String typeName) {
                super(variable, varNode, typeName);
        }
-       
-       public XDebugStringValue(XDebugVariable variable, String typeName) {
-               super(variable, typeName);
-       }
-
 
        public void setType(String typeName) {
                fType = XDebugAbstractValue.VALUETYPE_STRING;