summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_tlv.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6_tlv.h')
-rw-r--r--ospf6d/ospf6_tlv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ospf6d/ospf6_tlv.h b/ospf6d/ospf6_tlv.h
index f94d7f2621..a687a05939 100644
--- a/ospf6d/ospf6_tlv.h
+++ b/ospf6d/ospf6_tlv.h
@@ -27,9 +27,6 @@ struct tlv_header {
#define TLV_SIZE(tlvh) ((uint32_t)(TLV_HDR_SIZE + TLV_BODY_SIZE(tlvh)))
-#define TLV_HDR_TOP(lsah) \
- ((struct tlv_header *)((char *)(lsah) + OSPF6_LSA_HEADER_SIZE))
-
#define TLV_HDR_NEXT(tlvh) \
((struct tlv_header *)((char *)(tlvh) + TLV_SIZE(tlvh)))