summaryrefslogtreecommitdiff
path: root/isisd/isisd.h
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-10-04 15:23:46 +0300
committerIgor Ryzhov <iryzhov@nfware.com>2021-10-04 15:23:46 +0300
commit651151f0be906671f7a48fff7a22d30a1d794698 (patch)
treecaf064b7681b715efa7baa082d0369cb849028d8 /isisd/isisd.h
parent31df775552690649ab769c57ed796a9de82fa22b (diff)
isisd: remove unused function declaration
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'isisd/isisd.h')
-rw-r--r--isisd/isisd.h1
1 files changed, 0 insertions, 1 deletions
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);