From: Nathan Moinvaziri Date: Thu, 25 Feb 2021 00:55:37 +0000 (-0800) Subject: Remove obsolete comment about wsize casting. X-Git-Tag: 2.1.0-beta1~593 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1da723dcf9dc049c36255306ff22999ada703376;p=thirdparty%2Fzlib-ng.git Remove obsolete comment about wsize casting. --- diff --git a/arch/power/slide_power8.c b/arch/power/slide_power8.c index c0083aad6..3c78d303b 100644 --- a/arch/power/slide_power8.c +++ b/arch/power/slide_power8.c @@ -26,8 +26,6 @@ static inline void slide_hash_chain(Pos *table, uint32_t entries, uint16_t wsize chunks = entries >> 3; Assert(entries % 8 == 0, "Weird hash table size!"); - /* This type casting is safe since wsize is always <= 64KB - * as defined by deflateInit2_() and Posf == unsigned short */ vw[0] = wsize; vw = vec_splat(vw,0);