From: Adrian Prantl Date: Fri, 21 Mar 2014 22:58:25 +0000 (+0000) Subject: Delete stale comment. Thanks, Eric! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e25ab8e3054c99810b315a441b2cd0a892486d91;p=oota-llvm.git Delete stale comment. Thanks, Eric! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204530 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index af7c3c6435e..3bbf5525929 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -603,7 +603,6 @@ DIE *DwarfDebug::constructScopeDIE(DwarfCompileUnit *TheCU, if (!Scope || !Scope->getScopeNode()) return NULL; - // Unique scope where applicable. DIScope DS(Scope->getScopeNode()); SmallVector Children;