diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-09-03 09:01:29 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-09-03 10:51:47 +0300 |
commit | 202d56156be0d72fe1c08c1d6c97e5c05c621639 (patch) | |
tree | f340562eefa7f4ab28ff99e38ddb05bd5c9bd530 | |
parent | 7a4b671b1b3483765fed9f76d35e74c6b017c64a (diff) | |
download | librpm-tizen-202d56156be0d72fe1c08c1d6c97e5c05c621639.tar.gz librpm-tizen-202d56156be0d72fe1c08c1d6c97e5c05c621639.tar.bz2 librpm-tizen-202d56156be0d72fe1c08c1d6c97e5c05c621639.zip |
Eliminate unused rootdir member from rpmInstallArguments
-rw-r--r-- | lib/poptI.c | 1 | ||||
-rw-r--r-- | lib/rpmcli.h | 1 |
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 |