summaryrefslogtreecommitdiff
path: root/ospfd/ospf_te.c
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospf_te.c')
-rw-r--r--ospfd/ospf_te.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ospfd/ospf_te.c b/ospfd/ospf_te.c
index 155a773b33..6dba2d3bee 100644
--- a/ospfd/ospf_te.c
+++ b/ospfd/ospf_te.c
@@ -26,11 +26,6 @@
#include <zebra.h>
-#ifdef HAVE_OSPF_TE
-#ifndef HAVE_OPAQUE_LSA
-#error "Wrong configure option"
-#endif /* HAVE_OPAQUE_LSA */
-
#include "linklist.h"
#include "prefix.h"
#include "vrf.h"
@@ -1928,5 +1923,3 @@ ospf_mpls_te_register_vty (void)
return;
}
-
-#endif /* HAVE_OSPF_TE */