From e1dd4243801e914fbc45d60c0d9c25222f746ac2 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 5 Apr 2011 21:05:56 +0000 Subject: [PATCH] Remove unintentional check-in. llvm-svn: 128928 --- clang/lib/CodeGen/CGDebugInfo.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 5ae38749a8da..77d9960ab956 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -1534,9 +1534,6 @@ void CGDebugInfo::EmitFunctionStart(GlobalDecl GD, QualType FnType, FnBeginRegionCount.push_back(RegionStack.size()); const Decl *D = GD.getDecl(); - if (const ClassTemplateSpecializationDecl *TSpecial - = dyn_cast(D)) - assert (0 && "Got one!"); unsigned Flags = 0; llvm::DIFile Unit = getOrCreateFile(CurLoc);