summaryrefslogtreecommitdiff
path: root/lib/rpmfi_internal.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-11-18 16:33:07 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-11-18 16:33:07 +0200
commitf41bd90c2ac156e459e7af368481471b701ed887 (patch)
tree1181b1de6812f5626e25c82e98fac4c238378155 /lib/rpmfi_internal.h
parent937d814328caba4383b8c3c71265268bb9797840 (diff)
downloadlibrpm-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.h3
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) */