From 0b532627e8323a0c7c28e8ed23afd849b7f8b853 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 14 Sep 2022 15:42:03 +0900 Subject: [PATCH] common: Fix t-recsel. * common/t-recsel.c (main): Don't need to call init_common_subsystems. -- GnuPG-bug-id: 6200 Signed-off-by: NIIBE Yutaka --- common/t-recsel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/t-recsel.c b/common/t-recsel.c index f52d0857d..2d5a95d25 100644 --- a/common/t-recsel.c +++ b/common/t-recsel.c @@ -23,7 +23,6 @@ #include #include "util.h" -#include "init.h" #include "recsel.h" #define PGM "t-recsel" @@ -390,7 +389,6 @@ main (int argc, char **argv) int last_argc = -1; log_set_prefix (PGM, GPGRT_LOG_WITH_PREFIX); - init_common_subsystems (&argc, &argv); if (argc) { argc--; argv++; }