Remove the buffer array from struct policy_file; it is unused. Signed-off-by: Stephen Smalley <sds@xxxxxxxxxxxxx> --- libsepol/include/sepol/policydb/policydb.h | 1 - 1 file changed, 1 deletion(-) Index: trunk/libsepol/include/sepol/policydb/policydb.h =================================================================== --- trunk/libsepol/include/sepol/policydb/policydb.h (revision 2830) +++ trunk/libsepol/include/sepol/policydb/policydb.h (working copy) @@ -561,7 +561,6 @@ size_t size; FILE *fp; struct sepol_handle *handle; - unsigned char buffer[BUFSIZ]; } policy_file_t; struct sepol_policy_file { -- Stephen Smalley National Security Agency -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.