Remove unintentional function decl.
authorDevang Patel <dpatel@apple.com>
Tue, 6 Oct 2009 01:31:35 +0000 (01:31 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 6 Oct 2009 01:31:35 +0000 (01:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83356 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.h

index 1bb6906ed3a830c3de4e29b9f0a62f3c045094f3..383844f883284f0b107c15d782510275f4898177 100644 (file)
@@ -563,7 +563,6 @@ public:
   /// CollectVariableInfo - Populate DbgScope entries with variables' info.
   void CollectVariableInfo();
 
-  void SetDbgScopeLabels(const MachineInstr *MI, unsigned Label);
 };
 
 } // End of namespace llvm