From 10d1286952419f27ff5858a13fc94f81be06e36f Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Tue, 1 Aug 2023 18:21:32 -0700 Subject: [PATCH] Fix benign compiler warning --- libclamav/matcher.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libclamav/matcher.c b/libclamav/matcher.c index 446144b950..b9b0ba007e 100644 --- a/libclamav/matcher.c +++ b/libclamav/matcher.c @@ -784,7 +784,6 @@ cl_error_t cli_scan_desc(int desc, cli_ctx *ctx, cli_file_t ftype, bool filetype cl_error_t status = CL_CLEAN; int empty; fmap_t *new_map = NULL; - fmap_t *map = ctx->fmap; /* Store off the parent fmap for easy reference */ new_map = fmap_check_empty(desc, 0, 0, &empty, name); if (NULL == new_map) {