summaryrefslogtreecommitdiff
path: root/ospfd/ospf_nsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospf_nsm.h')
-rw-r--r--ospfd/ospf_nsm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ospfd/ospf_nsm.h b/ospfd/ospf_nsm.h
index 0b40b1f424..c526c4c3ed 100644
--- a/ospfd/ospf_nsm.h
+++ b/ospfd/ospf_nsm.h
@@ -58,9 +58,6 @@
/* Macro for OSPF NSM timer turn on. */
#define OSPF_NSM_TIMER_ON(T,F,V) thread_add_timer (master, (F), nbr, (V), &(T))
-/* Macro for OSPF NSM timer turn off. */
-#define OSPF_NSM_TIMER_OFF(X) thread_cancel(&(X))
-
/* Macro for OSPF NSM schedule event. */
#define OSPF_NSM_EVENT_SCHEDULE(N, E) \
thread_add_event(master, ospf_nsm_event, (N), (E), NULL)