This is an automated email from the ASF dual-hosted git repository.
amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 18b0895126 KIWF: Remove useless declaration in IpAllow (#10946)
18b0895126 is described below
commit 18b089512614ee29231d5ab6c8977ee9120b0874
Author: Alan M. Carroll <[email protected]>
AuthorDate: Mon Dec 18 16:50:05 2023 -0600
KIWF: Remove useless declaration in IpAllow (#10946)
---
include/proxy/IPAllow.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/proxy/IPAllow.h b/include/proxy/IPAllow.h
index 85352e48ad..3c332e2ce8 100644
--- a/include/proxy/IPAllow.h
+++ b/include/proxy/IPAllow.h
@@ -52,8 +52,6 @@ class Node;
*/
class IpAllow : public ConfigInfo
{
- friend struct IpAllowUpdate;
-
using MethodNames = swoc::MemSpan<swoc::TextView>;
static constexpr uint32_t ALL_METHOD_MASK = ~0; // Mask for all methods.