diff options
Diffstat (limited to 'lib/Frontend/PCHReaderDecl.cpp')
-rw-r--r-- | lib/Frontend/PCHReaderDecl.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Frontend/PCHReaderDecl.cpp b/lib/Frontend/PCHReaderDecl.cpp index 059aa259c7..d47a008f1f 100644 --- a/lib/Frontend/PCHReaderDecl.cpp +++ b/lib/Frontend/PCHReaderDecl.cpp @@ -475,13 +475,6 @@ Attr *PCHReader::ReadAttributes() { SIMPLE_ATTR(ObjCException); SIMPLE_ATTR(ObjCNSObject); - SIMPLE_ATTR(CFOwnershipRelease); - SIMPLE_ATTR(CFOwnershipRetain); - SIMPLE_ATTR(CFOwnershipReturns); - SIMPLE_ATTR(NSOwnershipAutorelease); - SIMPLE_ATTR(NSOwnershipRelease); - SIMPLE_ATTR(NSOwnershipRetain); - SIMPLE_ATTR(NSOwnershipReturns); SIMPLE_ATTR(Overloadable); UNSIGNED_ATTR(Packed); SIMPLE_ATTR(Pure); |