1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42: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();
} 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) {