diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-05-04 23:46:06 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-05-04 23:46:06 +0000 |
commit | d99b345a1ae77c746ef025e6a050908d69e2c543 (patch) | |
tree | a78f4de8dc0dafc534ec8189e139b1987f3ce56b /lib/Analysis/CFRefCount.cpp | |
parent | bf63b87ecf1e62ab8871a81325978377c84e1835 (diff) |
Remove experimental attribute 'ns_ownership_make_collectable.'
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70940 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r-- | lib/Analysis/CFRefCount.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp index 54843d534a..976bfad188 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -1113,8 +1113,6 @@ RetainSummaryManager::updateSummaryArgEffFromAnnotations(RetainSummary &Summ, Summ.setArgEffect(AF, i, DecRefMsg); else if (PD->getAttr<CFOwnershipReleaseAttr>()) Summ.setArgEffect(AF, i, DecRef); - else if (PD->getAttr<NSOwnershipMakeCollectableAttr>()) - Summ.setArgEffect(AF, i, MakeCollectable); } void |