summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjailletc36 <jailletc36@13f79535-47bb-0310-9956-ffa450edef68>2023-02-19 10:45:56 +0000
committerjailletc36 <jailletc36@13f79535-47bb-0310-9956-ffa450edef68>2023-02-19 10:45:56 +0000
commiteb15c194e59f8236bb8f15cde02a5f16481c7435 (patch)
treedd9d1ca4d686b0d4f34b8e5b1c6f19d009a0faf8
parent971f673a5b240642a26a41a563fc0a7654fdcba1 (diff)
downloadlibapr-eb15c194e59f8236bb8f15cde02a5f16481c7435.tar.gz
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
-rw-r--r--poll/unix/select.c1
1 files changed, 0 insertions, 1 deletions
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