aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Parse/Parser.cpp')
-rw-r--r--lib/Parse/Parser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Parse/Parser.cpp b/lib/Parse/Parser.cpp
index 330c22d1f4..ccdf264bd8 100644
--- a/lib/Parse/Parser.cpp
+++ b/lib/Parse/Parser.cpp
@@ -265,7 +265,6 @@ void Parser::Initialize() {
ObjCPropertyAttrs[objc_copy] = &PP.getIdentifierTable().get("copy");
ObjCPropertyAttrs[objc_nonatomic] =
&PP.getIdentifierTable().get("nonatomic");
- ObjCForCollectionInKW = &PP.getIdentifierTable().get("in");
}
Ident_super = &PP.getIdentifierTable().get("super");