diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2022-04-27 13:19:46 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2022-04-27 13:21:18 +0200 |
commit | ebc61d81b364db2c6c63a6716611752f8d43cd1a (patch) | |
tree | 18840638e178f97b98e318733cfbaa463fa87901 /lib/prefix.h | |
parent | Merge pull request #11095 from ecbaldwin/unlock-node-always (diff) | |
download | frr-ebc61d81b364db2c6c63a6716611752f8d43cd1a.tar.xz frr-ebc61d81b364db2c6c63a6716611752f8d43cd1a.zip |
lib: remove unused `struct prefix_ptr`
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/prefix.h')
-rw-r--r-- | lib/prefix.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/prefix.h b/lib/prefix.h index f1d6b2dc0..b85f3ce31 100644 --- a/lib/prefix.h +++ b/lib/prefix.h @@ -287,13 +287,6 @@ static inline int is_evpn_prefix_ipaddr_v6(const struct prefix_evpn *evp) return 0; } -/* Prefix for a generic pointer */ -struct prefix_ptr { - uint8_t family; - uint16_t prefixlen; - uintptr_t prefix __attribute__((aligned(8))); -}; - /* Prefix for a Flowspec entry */ struct prefix_fs { uint8_t family; |