From 2926a72ea2d4ba899e93e873a2ef6624cf1ba5db Mon Sep 17 00:00:00 2001 From: jwellbelove Date: Wed, 13 Jan 2016 12:55:35 +0000 Subject: [PATCH] Removed redundant comment --- murmur3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/murmur3.h b/murmur3.h index 18aac14d..39f22e48 100644 --- a/murmur3.h +++ b/murmur3.h @@ -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