Author: fjahanian
Date: Tue Oct 28 15:21:33 2014
New Revision: 220819

URL: http://llvm.org/viewvc/llvm-project?rev=220819&view=rev
Log:
Objective-C remove an unused enumerator which causes 
warning in a switch statement.

Modified:
    cfe/trunk/include/clang/AST/NSAPI.h

Modified: cfe/trunk/include/clang/AST/NSAPI.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/NSAPI.h?rev=220819&r1=220818&r2=220819&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/NSAPI.h (original)
+++ cfe/trunk/include/clang/AST/NSAPI.h Tue Oct 28 15:21:33 2014
@@ -99,8 +99,7 @@ public:
     NSDict_initWithObjectsAndKeys,
     NSDict_initWithObjectsForKeys,
     NSDict_objectForKey,
-    NSMutableDict_setObjectForKey,
-    NSDict_initWithObjectsForKeysCount
+    NSMutableDict_setObjectForKey
   };
   static const unsigned NumNSDictionaryMethods = 12;
   


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to