From: Panu Matilainen Date: Fri, 3 Sep 2010 06:01:29 +0000 (+0300) Subject: Eliminate unused rootdir member from rpmInstallArguments X-Git-Tag: tznext/4.11.0.1.tizen20130304~1749 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=202d56156be0d72fe1c08c1d6c97e5c05c621639;p=tools%2Flibrpm-tizen.git Eliminate unused rootdir member from rpmInstallArguments --- diff --git a/lib/poptI.c b/lib/poptI.c index 6856373..3cbff01 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 54c901f..9e1cf24 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