diff --git a/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/SourceManager.java b/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/SourceManager.java index 0383c2dd79b..317d2911d9d 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/SourceManager.java +++ b/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/SourceManager.java @@ -242,12 +242,7 @@ public class SourceManager extends Manager implements ICDISourceManager { } gdbType = ((GDBDerivedType)gdbType).getChild(); } else { - //try { - aType = toCDIType(target, gdbType.toString()); - //} catch (CDIException e) { - // String ptype = getDetailTypeName(gdbType.toString()); - // aType = getType(target, ptype); - //} + aType = toCDIType(target, gdbType.toString()); gdbType = null; } if (type instanceof DerivedType) {