Remove unintentional function decl.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83356 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2009-10-06 01:31:35 +00:00
parent e717faa467
commit b39566d719

View 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