summaryrefslogtreecommitdiff
path: root/rpmqv.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-03-19 16:52:19 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-03-19 16:52:19 +0200
commitd87d831cdfd3a8b389dfc71d5b671c5e7dcf74d9 (patch)
tree8ab1abacedd8c07bf8a951e788be5da56c7e88e3 /rpmqv.c
parentf510c8704cbd08719e5f868976cfd4242b6fca13 (diff)
downloadrpm-d87d831cdfd3a8b389dfc71d5b671c5e7dcf74d9.tar.gz
rpm-d87d831cdfd3a8b389dfc71d5b671c5e7dcf74d9.tar.bz2
rpm-d87d831cdfd3a8b389dfc71d5b671c5e7dcf74d9.zip
Eliminate --wtfwalk .. err, --ftswalk and everything implementing it
- that's what find + xargs are for, this is just useless cruft
Diffstat (limited to 'rpmqv.c')
-rw-r--r--rpmqv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/rpmqv.c b/rpmqv.c
index 2cce9a961..457881e51 100644
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -86,9 +86,6 @@ static struct poptOption optionsTable[] = {
{ NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmVerifyPoptTable, 0,
N_("Verify options (with -V or --verify):"),
NULL },
- { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmcliFtsPoptTable, 0,
- N_("File tree walk options (with --ftswalk):"),
- NULL },
#endif /* IAM_RPMQV */
#ifdef IAM_RPMK