summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-09-03 09:01:29 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-09-03 10:51:47 +0300
commit202d56156be0d72fe1c08c1d6c97e5c05c621639 (patch)
treef340562eefa7f4ab28ff99e38ddb05bd5c9bd530 /lib
parent7a4b671b1b3483765fed9f76d35e74c6b017c64a (diff)
downloadrpm-202d56156be0d72fe1c08c1d6c97e5c05c621639.tar.gz
rpm-202d56156be0d72fe1c08c1d6c97e5c05c621639.tar.bz2
rpm-202d56156be0d72fe1c08c1d6c97e5c05c621639.zip
Eliminate unused rootdir member from rpmInstallArguments
Diffstat (limited to 'lib')
-rw-r--r--lib/poptI.c1
-rw-r--r--lib/rpmcli.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/poptI.c b/lib/poptI.c
index 685637394..3cbff01db 100644
--- a/lib/poptI.c
+++ b/lib/poptI.c
@@ -18,7 +18,6 @@ struct rpmInstallArguments_s rpmIArgs = {
0, /* incldocs */
NULL, /* relocations */
NULL, /* prefix */
- NULL /* rootdir */
};
#define POPT_RELOCATE -1021
diff --git a/lib/rpmcli.h b/lib/rpmcli.h
index 54c901f10..9e1cf2473 100644
--- a/lib/rpmcli.h
+++ b/lib/rpmcli.h
@@ -371,7 +371,6 @@ struct rpmInstallArguments_s {
int incldocs;
rpmRelocation * relocations;
char * prefix;
- const char * rootdir;
};
/** \ingroup rpmcli