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 <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2022-09-14 15:42:03 +09:00
parent 23d7b7cfb0
commit 0b532627e8
No known key found for this signature in database
GPG Key ID: 640114AF89DE6054
1 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@
#include <string.h>
#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++; }