summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/CodeGen/CGValue.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGValue.h b/clang/lib/CodeGen/CGValue.h
index 23b358d9ad3..ff19179db00 100644
--- a/clang/lib/CodeGen/CGValue.h
+++ b/clang/lib/CodeGen/CGValue.h
@@ -380,9 +380,6 @@ public:
bool requiresGCollection() const {
return RequiresGCollection;
}
- void setRequiresGCollection() {
- RequiresGCollection = true;
- }
llvm::Value *getAddr() const {
return Addr;
OpenPOWER on IntegriCloud