From 568808add4b48e30cf105d6bc34c27114aa12b4a Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Tue, 28 Oct 2014 20:21:33 +0000 Subject: [PATCH] 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 --- include/clang/AST/NSAPI.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.40.0