[cfe-commits] r114085 - /cfe/trunk/lib/CodeGen/CGValue.h

Fariborz Jahanian fjahanian at apple.com
Thu Sep 16 09:14:34 PDT 2010


Author: fjahanian
Date: Thu Sep 16 11:14:34 2010
New Revision: 114085

URL: http://llvm.org/viewvc/llvm-project?rev=114085&view=rev
Log:
Removes unused setter.

Modified:
    cfe/trunk/lib/CodeGen/CGValue.h

Modified: cfe/trunk/lib/CodeGen/CGValue.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGValue.h?rev=114085&r1=114084&r2=114085&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGValue.h (original)
+++ cfe/trunk/lib/CodeGen/CGValue.h Thu Sep 16 11:14:34 2010
@@ -380,9 +380,6 @@
   bool requiresGCollection() const {
     return RequiresGCollection;
   }
-  void setRequiresGCollection() {
-    RequiresGCollection = true;
-  }
   
   llvm::Value *getAddr() const {
     return Addr;





More information about the cfe-commits mailing list