Remove unused parameter name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2009-07-28 21:50:32 +00:00
parent 0a9f7b9c3e
commit 1da5860b04

View File

@ -623,7 +623,7 @@ namespace llvm {
/// not to emit the UsedDirective for some symbols in llvm.used.
// FIXME: REMOVE this (rdar://7071300)
virtual bool emitUsedDirectiveFor(const GlobalValue *GV,
Mangler *Mang) const {
Mangler *) const {
return (GV!=0);
}