From fec52edb3c64ca4c725669ce432120a605a86f6a Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 6 Jan 2020 02:48:19 +0000 Subject: acl: Remove unsued type Type: style and add some indent offs. Change-Id: I31cf3ab9ff9b64d2cd1f2034dcedd4a9c453efb4 Signed-off-by: Neale Ranns --- src/plugins/acl/acl.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/plugins/acl/acl.h') diff --git a/src/plugins/acl/acl.h b/src/plugins/acl/acl.h index 229ee057725..9b276aada5f 100644 --- a/src/plugins/acl/acl.h +++ b/src/plugins/acl/acl.h @@ -63,17 +63,6 @@ enum acl_timeout_e { ACL_N_TIMEOUTS }; - -enum address_e { IP4, IP6 }; -typedef struct -{ - enum address_e type; - union { - ip6_address_t ip6; - ip4_address_t ip4; - } addr; -} address_t; - typedef struct { u8 is_permit; -- cgit 1.2.3-korg