diff options
author | Florian Festi <ffesti@redhat.com> | 2010-02-05 12:43:21 +0100 |
---|---|---|
committer | Florian Festi <ffesti@redhat.com> | 2010-02-05 12:43:21 +0100 |
commit | 27b216694a9e19f932f24e6fceb6c114aeae5fb9 (patch) | |
tree | 32670e9ee93d75277caf839fcf090f3b5cbc5ea1 /lib/rpmts.c | |
parent | cd3cff78bcdca7b976420faca8564931b0907ab2 (diff) | |
download | rpm-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.c | 2 |
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; |