]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove obsolete comment about wsize casting.
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 25 Feb 2021 00:55:37 +0000 (16:55 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 12 Jun 2021 16:26:15 +0000 (18:26 +0200)
arch/power/slide_power8.c

index c0083aad67896b5599715b4bee6a528fa3bf5c54..3c78d303babd38b8dec4175d74b3bbedde832461 100644 (file)
@@ -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);