remove un-intentional commit of old code
git-svn-id: http://root.cern.ch/svn/root/trunk@47676 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
parent
f474053b85
commit
5d382a09f0
@ -308,19 +308,6 @@ namespace utils {
|
|||||||
where the return statement are replaced appropriately by
|
where the return statement are replaced appropriately by
|
||||||
break statement and/or loop termination ... good luck with that.
|
break statement and/or loop termination ... good luck with that.
|
||||||
*/
|
*/
|
||||||
#ifdef G__IMPLEMENTATION2012
|
|
||||||
while (isa<TypedefType>(QT.getTypePtr())) {
|
|
||||||
if (ShouldKeepTypedef(QT, TypesToSkip)) {
|
|
||||||
if (!fullyQualify) {
|
|
||||||
return QT;
|
|
||||||
}
|
|
||||||
// We might have stripped the namespace/scope part,
|
|
||||||
// so we must go on.
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
QT = QT.getSingleStepDesugaredType(Ctx);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// If we have a reference or pointer we still need to
|
// If we have a reference or pointer we still need to
|
||||||
// desugar what they point to.
|
// desugar what they point to.
|
||||||
|
Loading…
Reference in New Issue
Block a user