r220819 - Objective-C remove an unused enumerator which causes

Fariborz Jahanian fjahanian at apple.com
Tue Oct 28 13:21:33 PDT 2014


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;
   





More information about the cfe-commits mailing list