1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

remove comments

This commit is contained in:
Alain Magloire 2004-06-01 18:27:55 +00:00
parent 59694ccf88
commit ed6d4cbdbb

View file

@ -242,12 +242,7 @@ public class SourceManager extends Manager implements ICDISourceManager {
} }
gdbType = ((GDBDerivedType)gdbType).getChild(); gdbType = ((GDBDerivedType)gdbType).getChild();
} else { } else {
//try { aType = toCDIType(target, gdbType.toString());
aType = toCDIType(target, gdbType.toString());
//} catch (CDIException e) {
// String ptype = getDetailTypeName(gdbType.toString());
// aType = getType(target, ptype);
//}
gdbType = null; gdbType = null;
} }
if (type instanceof DerivedType) { if (type instanceof DerivedType) {