diff --git a/crypto/crc32c.c b/crypto/crc32c.c index c6c9c727b25b..9c9d0ae21101 100644 --- a/crypto/crc32c.c +++ b/crypto/crc32c.c @@ -37,11 +37,6 @@ struct chksum_desc_ctx { u32 crc; }; -/* - * Steps through buffer one byte at a time, calculates reflected - * crc using table. - */ - static int chksum_init(struct shash_desc *desc) { struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm);