Removed redundant comment

This commit is contained in:
jwellbelove 2016-01-13 12:55:35 +00:00
parent f7b9907767
commit 2926a72ea2

View File

@ -49,7 +49,6 @@ namespace etl
//***************************************************************************
/// Calculates the murmur3 hash.
/// See https://en.wikipedia.org/wiki/MurmurHash for more details.
///\tparam ENDIANNESS The endianness of the calculation for input types larger than uint8_t. Default = endian::little.
///\ingroup murmur3
//***************************************************************************
template <typename THash>