From 202d56156be0d72fe1c08c1d6c97e5c05c621639 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 3 Sep 2010 09:01:29 +0300 Subject: [PATCH] Eliminate unused rootdir member from rpmInstallArguments --- lib/poptI.c | 1 - lib/rpmcli.h | 1 - 2 files changed, 2 deletions(-) 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 -- 2.7.4