diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-05-26 22:09:11 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-05-26 22:09:11 +0000 |
commit | d23d74cc74acc1dd630dcd9f58951c4e236dd85c (patch) | |
tree | fba82d00e85b1170b3dfe363f9de02f4228a2189 /usr.sbin/ospfd | |
parent | 88a7ea8eb6af07a12323b89403cb95ecabb91afd (diff) |
Remove unused event/action caption.
Diffstat (limited to 'usr.sbin/ospfd')
-rw-r--r-- | usr.sbin/ospfd/neighbor.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ospfd/neighbor.c b/usr.sbin/ospfd/neighbor.c index 47ad3278860..4893bbbc8c2 100644 --- a/usr.sbin/ospfd/neighbor.c +++ b/usr.sbin/ospfd/neighbor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: neighbor.c,v 1.19 2005/05/26 20:42:10 norby Exp $ */ +/* $OpenBSD: neighbor.c,v 1.20 2005/05/26 22:09:10 norby Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -85,7 +85,6 @@ struct { const char * const nbr_event_names[] = { "NOTHING", "HELLO_RECEIVED", - "START", "2_WAY_RECEIVED", "NEGOTIATION_DONE", "SNAPSHOT_DONE", @@ -103,7 +102,6 @@ const char * const nbr_event_names[] = { const char * const nbr_action_names[] = { "NOTHING", - "START", "RESET_INACTIVITY_TIMER", "START_INACTIVITY_TIMER", "EVAL", |