diff mbox series

[ovs-dev,4/9] northd: Remove duplicate code.

Message ID 20251117090712.19708-4-arukomoinikova@k2.cloud
State Superseded, archived
Headers show
Series [ovs-dev,1/9] ovn-nb: Add LSP Health Check schema support. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Rukomoinikova Aleksandra Nov. 17, 2025, 9:06 a.m. UTC
Signed-off-by: Alexandra Rukomoinikova <arukomoinikova@k2.cloud>
---
 northd/en-northd.c | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/northd/en-northd.c b/northd/en-northd.c
index 77cce8c9c..6815e6e39 100644
--- a/northd/en-northd.c
+++ b/northd/en-northd.c
@@ -82,10 +82,6 @@  northd_get_input_data(struct engine_node *node,
         EN_OVSDB_GET(engine_get_input("NB_network_function", node));
     input_data->nbrec_network_function_group_table =
         EN_OVSDB_GET(engine_get_input("NB_network_function_group", node));
-    input_data->sbrec_service_monitor_by_learned_type =
-        engine_ovsdb_node_get_index(
-            engine_get_input("SB_service_monitor", node),
-            "sbrec_service_monitor_by_learned_type");
 
     input_data->sbrec_port_binding_table =
         EN_OVSDB_GET(engine_get_input("SB_port_binding", node));