diff options
author | Werner Koch <[email protected]> | 2020-02-22 08:51:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-02-22 08:52:48 +0000 |
commit | cdbe10b762f38449b86da69076209324b0c99982 (patch) | |
tree | 3ea69f15c436a91e68108d3cc515df7156c48aec /common/init.c | |
parent | Use gpgrt's new option parser for the remaining daemons. (diff) | |
download | gnupg-cdbe10b762f38449b86da69076209324b0c99982.tar.gz gnupg-cdbe10b762f38449b86da69076209324b0c99982.zip |
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 <[email protected]>
Diffstat (limited to 'common/init.c')
-rw-r--r-- | common/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
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. */ |