From 651151f0be906671f7a48fff7a22d30a1d794698 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Mon, 4 Oct 2021 15:23:46 +0300 Subject: [PATCH] isisd: remove unused function declaration Signed-off-by: Igor Ryzhov --- isisd/isisd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/isisd/isisd.h b/isisd/isisd.h index 64fbf78a07..e3d4edd279 100644 --- a/isisd/isisd.h +++ b/isisd/isisd.h @@ -248,7 +248,6 @@ void isis_terminate(void); void isis_master_init(struct thread_master *master); void isis_vrf_link(struct isis *isis, struct vrf *vrf); void isis_vrf_unlink(struct isis *isis, struct vrf *vrf); -void isis_global_instance_create(const char *vrf_name); struct isis *isis_lookup_by_vrfid(vrf_id_t vrf_id); struct isis *isis_lookup_by_vrfname(const char *vrfname); struct isis *isis_lookup_by_sysid(const uint8_t *sysid); -- 2.39.5