aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2014-10-28 20:21:33 +0000
committerFariborz Jahanian <fjahanian@apple.com>2014-10-28 20:21:33 +0000
commitd20bfb623d9f0403d711b2ca723bc9abe40e206c (patch)
treef3f54fa227fc17eefcc8be4254147c4798afce52
parent1afb7497c7c65fa93ead9b319d6c673890571df0 (diff)
downloadllvm-d20bfb623d9f0403d711b2ca723bc9abe40e206c.zip
llvm-d20bfb623d9f0403d711b2ca723bc9abe40e206c.tar.gz
llvm-d20bfb623d9f0403d711b2ca723bc9abe40e206c.tar.bz2
Objective-C remove an unused enumerator which causes
warning in a switch statement. llvm-svn: 220819
-rw-r--r--clang/include/clang/AST/NSAPI.h3
1 files changed, 1 insertions, 2 deletions
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;