From: Fariborz Jahanian Date: Tue, 28 Oct 2014 20:21:33 +0000 (+0000) Subject: Objective-C remove an unused enumerator which causes X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d20bfb623d9f0403d711b2ca723bc9abe40e206c;p=platform%2Fupstream%2Fllvm.git Objective-C remove an unused enumerator which causes warning in a switch statement. llvm-svn: 220819 --- diff --git a/clang/include/clang/AST/NSAPI.h b/clang/include/clang/AST/NSAPI.h index d818a03..33fcce2 100644 --- a/clang/include/clang/AST/NSAPI.h +++ b/clang/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;