summaryrefslogtreecommitdiff
path: root/zebra/zebra_pw.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-01-11 15:43:17 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-01-31 09:20:46 -0500
commit2561d12e5db23b499b2f37bf2f0f1c128d7a1ea1 (patch)
tree469deda028196b00da3592e8e0341c7f20313711 /zebra/zebra_pw.c
parent5ec5a7160a9e61ce6e84a65648c345cb10b160c4 (diff)
zebra: Remove `struct zebra_t`
This structure is unused anymore and does not belong in zserv.h Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_pw.c')
-rw-r--r--zebra/zebra_pw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/zebra_pw.c b/zebra/zebra_pw.c
index 83e1b91888..2d6ec4ec01 100644
--- a/zebra/zebra_pw.c
+++ b/zebra/zebra_pw.c
@@ -42,8 +42,6 @@ DEFINE_HOOK(pw_uninstall, (struct zebra_pw * pw), (pw))
#define MPLS_NO_LABEL MPLS_INVALID_LABEL
-extern struct zebra_t zebrad;
-
static int zebra_pw_enabled(struct zebra_pw *);
static void zebra_pw_install(struct zebra_pw *);
static void zebra_pw_uninstall(struct zebra_pw *);