diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-11-18 16:33:07 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-11-18 16:33:07 +0200 |
commit | f41bd90c2ac156e459e7af368481471b701ed887 (patch) | |
tree | 1181b1de6812f5626e25c82e98fac4c238378155 /lib/rpmfi_internal.h | |
parent | 937d814328caba4383b8c3c71265268bb9797840 (diff) | |
download | librpm-tizen-f41bd90c2ac156e459e7af368481471b701ed887.tar.gz librpm-tizen-f41bd90c2ac156e459e7af368481471b701ed887.tar.bz2 librpm-tizen-f41bd90c2ac156e459e7af368481471b701ed887.zip |
Nuke useless rpmfiFContext()
- it only ever returns NULLs because there are no security contexts in
headers (and having them in headers make no sense as the context varies
based on whatever selinux policy happens to be active on the target
system)
Diffstat (limited to 'lib/rpmfi_internal.h')
-rw-r--r-- | lib/rpmfi_internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rpmfi_internal.h b/lib/rpmfi_internal.h index cf9a6aad6..3eb7b524b 100644 --- a/lib/rpmfi_internal.h +++ b/lib/rpmfi_internal.h @@ -58,9 +58,6 @@ struct rpmfi_s { char * fstates; /*!< File state(s) (from header) */ const rpm_color_t * fcolors;/*!< File color bits (header) */ - - const char ** fcontexts; /*! FIle security contexts. */ - const char ** fcaps; /*! File capabilities (header) */ const char ** cdict; /*!< File class dictionary (header) */ |