From cdbe10b762f38449b86da69076209324b0c99982 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 22 Feb 2020 09:51:29 +0100 Subject: Remove the now obsolete argparse code. * tests/gpgscm/main.c: Switch to the new option parser. * common/argparse.c, common/argparse.h: Remove. * common/init.c (_init_common_subsystems): Do not call obsolete func. * common/Makefile.am (common_sources): Remove those files. Signed-off-by: Werner Koch --- common/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common/init.c') diff --git a/common/init.c b/common/init.c index f62c5cd58..073c5cd8a 100644 --- a/common/init.c +++ b/common/init.c @@ -210,7 +210,6 @@ _init_common_subsystems (gpg_err_source_t errsource, int *argcp, char ***argvp) } /* --version et al shall use estream as well. */ - argparse_register_outfnc (writestring_via_estream); /* legacy. */ gpgrt_set_usage_outfnc (writestring_via_estream); /* Register our string mapper with gpgrt. */ -- cgit v1.2.3