Remove unintentional check-in.

llvm-svn: 128928
This commit is contained in:
Devang Patel 2011-04-05 21:05:56 +00:00
parent 04123d40cd
commit e1dd424380
1 changed files with 0 additions and 3 deletions

View 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);