From bffd9fc52662975a84def98dc3f7aee1ccf63867 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 30 Dec 2015 09:23:13 -0700 Subject: [PATCH] options: we don't need the crc32c verify include We used to test for the availability of the hw accellerated code, but that happens elsewhere now. Signed-off-by: Jens Axboe --- options.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/options.c b/options.c index a60b6e19..13f99157 100644 --- a/options.c +++ b/options.c @@ -18,8 +18,6 @@ #include "options.h" #include "optgroup.h" -#include "crc/crc32c.h" - char client_sockaddr_str[INET6_ADDRSTRLEN] = { 0 }; struct pattern_fmt_desc fmt_desc[] = { -- 2.25.1