From: Fariborz Jahanian Date: Tue, 28 Oct 2014 20:21:33 +0000 (+0000) Subject: Objective-C remove an unused enumerator which causes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=568808add4b48e30cf105d6bc34c27114aa12b4a;p=clang Objective-C remove an unused enumerator which causes warning in a switch statement. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220819 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/NSAPI.h b/include/clang/AST/NSAPI.h index d818a0313c..33fcce2109 100644 --- a/include/clang/AST/NSAPI.h +++ b/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;