remove pedantic ;

llvm-svn: 139472
This commit is contained in:
Chris Lattner 2011-09-10 16:13:42 +00:00
parent 6acaef9fe8
commit d2cd41c5bf
1 changed files with 1 additions and 1 deletions

View 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);