diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-07-07 10:17:21 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-07-07 10:17:21 +0300 |
commit | 0f991a14209054da7c45c46e96750738fc62874d (patch) | |
tree | ad8261c1d18797cdfa9f86d087344c99e43ae35d /lib/poptQV.c | |
parent | 5129c291bde8b7785fa70fb42b2844e962369ace (diff) | |
download | rpm-0f991a14209054da7c45c46e96750738fc62874d.tar.gz rpm-0f991a14209054da7c45c46e96750738fc62874d.tar.bz2 rpm-0f991a14209054da7c45c46e96750738fc62874d.zip |
Kick out ancient, useless and hidden --specedit option
Diffstat (limited to 'lib/poptQV.c')
-rw-r--r-- | lib/poptQV.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/poptQV.c b/lib/poptQV.c index b961f1580..36ed17ec4 100644 --- a/lib/poptQV.c +++ b/lib/poptQV.c @@ -12,8 +12,6 @@ struct rpmQVKArguments_s rpmQVKArgs; -int specedit = 0; - #define POPT_QUERYFORMAT -1000 #define POPT_WHATREQUIRES -1001 #define POPT_WHATPROVIDES -1002 @@ -257,8 +255,6 @@ struct poptOption rpmQueryPoptTable[] = { POPT_QUERYFORMAT, NULL, NULL }, { "queryformat", '\0', POPT_ARG_STRING, 0, POPT_QUERYFORMAT, N_("use the following query format"), "QUERYFORMAT" }, - { "specedit", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &specedit, -1, - N_("substitute i18n sections into spec file"), NULL }, { "state", 's', 0, 0, 's', N_("display the states of the listed files"), NULL }, POPT_TABLEEND |