]> granicus.if.org Git - clang/commitdiff
Remove unintentional check-in.
authorDevang Patel <dpatel@apple.com>
Tue, 5 Apr 2011 21:05:56 +0000 (21:05 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 5 Apr 2011 21:05:56 +0000 (21:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128928 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 5ae38749a8daec535a8e759ff4b6db194723e9bd..77d9960ab956913284a81f62e2ff13e9ad577263 100644 (file)
@@ -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<ClassTemplateSpecializationDecl>(D))
-    assert (0 && "Got one!");
 
   unsigned Flags = 0;
   llvm::DIFile Unit = getOrCreateFile(CurLoc);