From b5d5d9467ccd4a16f66b8d7d1db0c9845d3209b9 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 19 Feb 2023 10:45:56 +0000 Subject: The 'flags' field in apr_pollset_private_t looks unused. Remove it to save 8 bytes (on 64 bits arch) when such a struct is allocated. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1907751 13f79535-47bb-0310-9956-ffa450edef68 --- poll/unix/select.c | 1 - 1 file changed, 1 deletion(-) diff --git a/poll/unix/select.c b/poll/unix/select.c index 70df4126e..dc64770dd 100644 --- a/poll/unix/select.c +++ b/poll/unix/select.c @@ -188,7 +188,6 @@ struct apr_pollset_private_t int maxfd; apr_pollfd_t *query_set; apr_pollfd_t *result_set; - apr_uint32_t flags; #ifdef NETWARE int set_type; #endif -- cgit v1.2.1