]> granicus.if.org Git - clang/commitdiff
Objective-C remove an unused enumerator which causes
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 28 Oct 2014 20:21:33 +0000 (20:21 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 28 Oct 2014 20:21:33 +0000 (20:21 +0000)
warning in a switch statement.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220819 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/NSAPI.h

index d818a0313c1a75b30fb4869b34be73bb74143612..33fcce2109aa71a92af1d37cb392cd3b4c475ae4 100644 (file)
@@ -99,8 +99,7 @@ public:
     NSDict_initWithObjectsAndKeys,
     NSDict_initWithObjectsForKeys,
     NSDict_objectForKey,
-    NSMutableDict_setObjectForKey,
-    NSDict_initWithObjectsForKeysCount
+    NSMutableDict_setObjectForKey
   };
   static const unsigned NumNSDictionaryMethods = 12;