From f2dd602fef2ecf0a6598b817d71ce2ee8fadd5cc Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Tue, 12 Sep 2017 16:33:29 +0200 Subject: Backport some minor changes from int-new --- proto/bgp/attrs.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'proto/bgp') diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c index b9e2490d..73eb4040 100644 --- a/proto/bgp/attrs.c +++ b/proto/bgp/attrs.c @@ -469,8 +469,6 @@ bgp_get_attr_len(eattr *a) return len; } -#define ADVANCE(w, r, l) do { r -= l; w += l; } while (0) - /** * bgp_encode_attrs - encode BGP attributes * @p: BGP instance -- cgit v1.2.3