From d1c44e12a88edc1d5e14c9857bed1ba548d35daf Mon Sep 17 00:00:00 2001 From: Kuang-che Wu Date: Fri, 25 Apr 2025 11:51:20 +0800 Subject: [PATCH] remove dead comment --- src/afl-showmap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 77765fba..6c6c2489 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -1261,8 +1261,6 @@ int main(int argc, char **argv_orig, char **envp) { break; - /* FIXME: We want to use -P for consistency, but it is already unused for - * undocumenetd feature "Another afl-cmin specific feature." */ case 'A': /* CoreSight mode */ #if !defined(__aarch64__) || !defined(__linux__)