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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | common/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 9e0f10917..094ebe6e2 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -48,7 +48,6 @@ common_sources = \ mapstrings.c stringhelp.c stringhelp.h \ strlist.c strlist.h \ utf8conv.c utf8conv.h \ - argparse.c argparse.h \ logging.h \ dotlock.c dotlock.h \ mischelp.c mischelp.h \ |