]> granicus.if.org Git - clang/commitdiff
remove pedantic ;
authorChris Lattner <sabre@nondot.org>
Sat, 10 Sep 2011 16:13:42 +0000 (16:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 10 Sep 2011 16:13:42 +0000 (16:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139472 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Serialization/ASTReaderInternals.h

index 14ff74471620c931cf297be1a31f0c15b861506d..99e8be5ee2722ceea1a313f0331829e9b82c2714 100644 (file)
@@ -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);