mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
remove comments
This commit is contained in:
parent
59694ccf88
commit
ed6d4cbdbb
1 changed files with 1 additions and 6 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue