Eliminate unused rootdir member from rpmInstallArguments
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 3 Sep 2010 06:01:29 +0000 (09:01 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 3 Sep 2010 07:51:47 +0000 (10:51 +0300)
lib/poptI.c
lib/rpmcli.h

index 6856373..3cbff01 100644 (file)
@@ -18,7 +18,6 @@ struct rpmInstallArguments_s rpmIArgs = {
     0,                 /* incldocs */
     NULL,              /* relocations */
     NULL,              /* prefix */
-    NULL               /* rootdir */
 };
 
 #define        POPT_RELOCATE           -1021
index 54c901f..9e1cf24 100644 (file)
@@ -371,7 +371,6 @@ struct rpmInstallArguments_s {
     int incldocs;
     rpmRelocation * relocations;
     char * prefix;
-    const char * rootdir;
 };
 
 /** \ingroup rpmcli