summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@openbsd.org>2018-04-15 19:10:50 -0300
committerGitHub <noreply@github.com>2018-04-15 19:10:50 -0300
commitaecba4e88ae7ca5a14df178cbd1982812c5cd489 (patch)
tree16d7e3c38df7da9c373049a5823b74ad46a6efa5 /ospf6d/ospf6_interface.h
parent6b4fdc1cb134ebf0b03df22426aa13c5c51984f8 (diff)
parentbd6b2706b31f49df13927a055e2e824d3357ce6a (diff)
Merge pull request #2054 from qlyoung/sa-fixes
Static analyzer fixes
Diffstat (limited to 'ospf6d/ospf6_interface.h')
-rw-r--r--ospf6d/ospf6_interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h
index 553e89a227..8fd43f099a 100644
--- a/ospf6d/ospf6_interface.h
+++ b/ospf6d/ospf6_interface.h
@@ -176,7 +176,6 @@ extern void ospf6_interface_enable(struct ospf6_interface *);
extern void ospf6_interface_disable(struct ospf6_interface *);
extern void ospf6_interface_if_add(struct interface *);
-extern void ospf6_interface_if_del(struct interface *);
extern void ospf6_interface_state_update(struct interface *);
extern void ospf6_interface_connected_route_update(struct interface *);