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.

llvm-svn: 220819

clang/include/clang/AST/NSAPI.h

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