summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/AST/NSAPI.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/include/clang/AST/NSAPI.h b/clang/include/clang/AST/NSAPI.h
index d818a0313c1..33fcce2109a 100644
--- a/clang/include/clang/AST/NSAPI.h
+++ b/clang/include/clang/AST/NSAPI.h
@@ -99,8 +99,7 @@ public:
NSDict_initWithObjectsAndKeys,
NSDict_initWithObjectsForKeys,
NSDict_objectForKey,
- NSMutableDict_setObjectForKey,
- NSDict_initWithObjectsForKeysCount
+ NSMutableDict_setObjectForKey
};
static const unsigned NumNSDictionaryMethods = 12;
OpenPOWER on IntegriCloud