aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-09-10 16:13:42 +0000
committerChris Lattner <sabre@nondot.org>2011-09-10 16:13:42 +0000
commita2f4ae8cfa5659158e195e10b0fc934102792de6 (patch)
tree42613bd40cf274463586f2554db18a7981b49c07
parentbbb253c307bc98fea5af9c9e59003e1c0da4cdc2 (diff)
remove pedantic ;
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139472 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Serialization/ASTReaderInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Serialization/ASTReaderInternals.h b/lib/Serialization/ASTReaderInternals.h
index 14ff744716..99e8be5ee2 100644
--- a/lib/Serialization/ASTReaderInternals.h
+++ b/lib/Serialization/ASTReaderInternals.h
@@ -161,7 +161,7 @@ public:
static unsigned ComputeHash(Selector Sel);
static const internal_key_type&
- GetInternalKey(const external_key_type& x) { return x; };
+ GetInternalKey(const external_key_type& x) { return x; }
static std::pair<unsigned, unsigned>
ReadKeyDataLength(const unsigned char*& d);