From e25ab8e3054c99810b315a441b2cd0a892486d91 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 21 Mar 2014 22:58:25 +0000 Subject: [PATCH] Delete stale comment. Thanks, Eric! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204530 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1