summaryrefslogtreecommitdiff
path: root/lib/rpmts.c
diff options
context:
space:
mode:
authorFlorian Festi <ffesti@redhat.com>2010-02-05 12:43:21 +0100
committerFlorian Festi <ffesti@redhat.com>2010-02-05 12:43:21 +0100
commit27b216694a9e19f932f24e6fceb6c114aeae5fb9 (patch)
tree32670e9ee93d75277caf839fcf090f3b5cbc5ea1 /lib/rpmts.c
parentcd3cff78bcdca7b976420faca8564931b0907ab2 (diff)
downloadrpm-27b216694a9e19f932f24e6fceb6c114aeae5fb9.tar.gz
rpm-27b216694a9e19f932f24e6fceb6c114aeae5fb9.tar.bz2
rpm-27b216694a9e19f932f24e6fceb6c114aeae5fb9.zip
Remove no longer neede rpmts->filesystemCount and->filesystems
Diffstat (limited to 'lib/rpmts.c')
-rw-r--r--lib/rpmts.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmts.c b/lib/rpmts.c
index 183523d05..f45a676c5 100644
--- a/lib/rpmts.c
+++ b/lib/rpmts.c
@@ -855,8 +855,6 @@ rpmts rpmtsCreate(void)
ts = xcalloc(1, sizeof(*ts));
memset(&ts->ops, 0, sizeof(ts->ops));
(void) rpmswEnter(rpmtsOp(ts, RPMTS_OP_TOTAL), -1);
- ts->filesystemCount = 0;
- ts->filesystems = NULL;
ts->dsi = NULL;
ts->solve = NULL;