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:
Philippe Canal 2012-11-28 16:46:34 +00:00
parent f474053b85
commit 5d382a09f0

View File

@ -308,19 +308,6 @@ namespace utils {
where the return statement are replaced appropriately by
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
// desugar what they point to.