Remove an accidental cut/paste of a comment into the middle of

a function. Dunno how I missed this when going through code...

llvm-svn: 152196
This commit is contained in:
Chandler Carruth 2012-03-07 02:33:06 +00:00
parent 1d57ee341a
commit 0bb9044973
1 changed files with 0 additions and 2 deletions

View File

@ -419,8 +419,6 @@ hash_code hash_combine_range_impl(InputIteratorT first, InputIteratorT last) {
while (first != last && store_and_advance(buffer_ptr, buffer_end,
get_hashable_data(*first)))
++first;
/// \brief Metafunction that determines whether the given type is an integral
/// type.
if (first == last)
return hash_short(buffer, buffer_ptr - buffer, seed);
assert(buffer_ptr == buffer_end);