diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-09-03 09:28:57 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-09-03 10:51:52 +0300 |
commit | 9d2ad1e4f4d6fb57678046e77852d9376ea9d8dc (patch) | |
tree | 2749bff6e3ef1770f04aa466f5c7aa507e9732a3 /lib/poptQV.c | |
parent | 202d56156be0d72fe1c08c1d6c97e5c05c621639 (diff) | |
download | librpm-tizen-9d2ad1e4f4d6fb57678046e77852d9376ea9d8dc.tar.gz librpm-tizen-9d2ad1e4f4d6fb57678046e77852d9376ea9d8dc.tar.bz2 librpm-tizen-9d2ad1e4f4d6fb57678046e77852d9376ea9d8dc.zip |
Remove hysterically useless RPMSIGN_NONE + --sign popt leftovers
Diffstat (limited to 'lib/poptQV.c')
-rw-r--r-- | lib/poptQV.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/poptQV.c b/lib/poptQV.c index 2d8891bfa..c7bee76fb 100644 --- a/lib/poptQV.c +++ b/lib/poptQV.c @@ -297,8 +297,6 @@ struct poptOption rpmSignPoptTable[] = { N_("import an armored public key"), NULL }, { "resign", '\0', 0, NULL, 'R', N_("sign package(s) (identical to --addsign)"), NULL }, - { "sign", '\0', POPT_ARGFLAG_DOC_HIDDEN, &rpmQVKArgs.sign, 0, - N_("generate signature"), NULL }, POPT_TABLEEND }; |