diff options
Diffstat (limited to 'include/llvm/IR/GlobalIFunc.h')
| -rw-r--r-- | include/llvm/IR/GlobalIFunc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/IR/GlobalIFunc.h b/include/llvm/IR/GlobalIFunc.h index bc0d3c053cce..0fdae917878a 100644 --- a/include/llvm/IR/GlobalIFunc.h +++ b/include/llvm/IR/GlobalIFunc.h @@ -46,10 +46,6 @@ public: LinkageTypes Linkage, const Twine &Name, Constant *Resolver, Module *Parent); - void copyAttributesFrom(const GlobalIFunc *Src) { - GlobalValue::copyAttributesFrom(Src); - } - /// This method unlinks 'this' from the containing module, but does not /// delete it. void removeFromParent(); |
