Skip to content

Commit

Permalink
KIWF: Remove useless declaration in IpAllow (#10946)
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidWallOfCode authored Dec 18, 2023
1 parent 1b174c8 commit 18b0895
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/proxy/IPAllow.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 18b0895

Please sign in to comment.