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_internal.h | |
parent | cd3cff78bcdca7b976420faca8564931b0907ab2 (diff) | |
download | librpm-tizen-27b216694a9e19f932f24e6fceb6c114aeae5fb9.tar.gz librpm-tizen-27b216694a9e19f932f24e6fceb6c114aeae5fb9.tar.bz2 librpm-tizen-27b216694a9e19f932f24e6fceb6c114aeae5fb9.zip |
Remove no longer neede rpmts->filesystemCount and->filesystems
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r-- | lib/rpmts_internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h index c4f42f801..08d79371a 100644 --- a/lib/rpmts_internal.h +++ b/lib/rpmts_internal.h @@ -26,8 +26,6 @@ struct rpmts_s { rpmprobFilterFlags ignoreSet; /*!< Bits to filter current problems. */ - unsigned int filesystemCount; /*!< No. of mounted filesystems. */ - const char ** filesystems; /*!< Mounted filesystem names. */ rpmDiskSpaceInfo dsi; /*!< Per filesystem disk/inode usage. */ rpmdb rdb; /*!< Install database handle. */ |