summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-08-13 10:58:51 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-08-13 17:24:12 +0300
commitd3bebf2656554d39ab1e8f086244d75b4e2cbccd (patch)
treeba1ea2d73f9455467a283fd1beaf9101c52d5ca3 /lib/rpmts_internal.h
parentfb4644bdbd0181c1aeea88c692cb40eea5fbf178 (diff)
downloadrpm-d3bebf2656554d39ab1e8f086244d75b4e2cbccd.tar.gz
Lose the now unnecessary rpmtsSELinuxEnabled() function
- it never was anything more than a cached value of is_selinux_enabled() and caching this fairly expensive result is no longer needed as scriptlet execution wrt selinux contexts is now conditionalized on RPMTRANS_FLAG_NOCONTEXTS instead
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r--lib/rpmts_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h
index bfa52ca86..1a16457a1 100644
--- a/lib/rpmts_internal.h
+++ b/lib/rpmts_internal.h
@@ -43,7 +43,6 @@ struct rpmts_s {
tsMembers members; /*!< Transaction set member info (order etc) */
- int selinuxEnabled; /*!< Is SE linux enabled? */
char * rootDir; /*!< Path to top of install tree. */
char * lockPath; /*!< Transaction lock path */
FD_t scriptFd; /*!< Scriptlet stdout/stderr. */