Delete stale comment. Thanks, Eric!

llvm-svn: 204530
This commit is contained in:
Adrian Prantl 2014-03-21 22:58:25 +00:00
parent 1afdb657fe
commit f5fc7c7dab

View File

@ -603,7 +603,6 @@ DIE *DwarfDebug::constructScopeDIE(DwarfCompileUnit *TheCU,
if (!Scope || !Scope->getScopeNode())
return NULL;
// Unique scope where applicable.
DIScope DS(Scope->getScopeNode());
SmallVector<DIE *, 8> Children;