From 5d382a09f0a77449afe0740d1412226d5c808b5a Mon Sep 17 00:00:00 2001 From: Philippe Canal Date: Wed, 28 Nov 2012 16:46:34 +0000 Subject: [PATCH] remove un-intentional commit of old code git-svn-id: http://root.cern.ch/svn/root/trunk@47676 27541ba8-7e3a-0410-8455-c3a389f83636 --- lib/Utils/AST.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lib/Utils/AST.cpp b/lib/Utils/AST.cpp index 26c52b84..5e41a00d 100644 --- a/lib/Utils/AST.cpp +++ b/lib/Utils/AST.cpp @@ -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(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.