diff options
Diffstat (limited to 'llvm/lib/IR/Function.cpp')
-rw-r--r-- | llvm/lib/IR/Function.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/IR/Function.cpp b/llvm/lib/IR/Function.cpp index ddfbaf7a187..070513edef2 100644 --- a/llvm/lib/IR/Function.cpp +++ b/llvm/lib/IR/Function.cpp @@ -386,12 +386,6 @@ void Function::clearGC() { } } -GCStrategy *Function::getGCStrategy() const { - // Lookup the GCStrategy (which is owned by the Context), given the name of - // the GC in question. - return getContext().pImpl->getGCStrategy(getGC()); -} - /// copyAttributesFrom - copy all additional attributes (those not needed to /// create a Function) from the Function Src to this one. void Function::copyAttributesFrom(const GlobalValue *Src) { |