Author: lattner
Date: Sat Sep 10 11:13:42 2011
New Revision: 139472

URL: http://llvm.org/viewvc/llvm-project?rev=139472&view=rev
Log:
remove pedantic ;

Modified:
    cfe/trunk/lib/Serialization/ASTReaderInternals.h

Modified: cfe/trunk/lib/Serialization/ASTReaderInternals.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Serialization/ASTReaderInternals.h?rev=139472&r1=139471&r2=139472&view=diff
==============================================================================
--- cfe/trunk/lib/Serialization/ASTReaderInternals.h (original)
+++ cfe/trunk/lib/Serialization/ASTReaderInternals.h Sat Sep 10 11:13:42 2011
@@ -161,7 +161,7 @@
   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);


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to