From: Fariborz Jahanian Date: Thu, 16 Sep 2010 16:14:34 +0000 (+0000) Subject: Removes unused setter. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da531344723a0533230a7551dd12d6b7e464dc82;p=clang Removes unused setter. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114085 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGValue.h b/lib/CodeGen/CGValue.h index 23b358d9ad..ff19179db0 100644 --- a/lib/CodeGen/CGValue.h +++ b/lib/CodeGen/CGValue.h @@ -380,9 +380,6 @@ public: bool requiresGCollection() const { return RequiresGCollection; } - void setRequiresGCollection() { - RequiresGCollection = true; - } llvm::Value *getAddr() const { return Addr;