From: Leonid Ryzhyk <[email protected]>

Signed-off-by: Leonid Ryzhyk <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
---
 northd/lswitch.dl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/northd/lswitch.dl b/northd/lswitch.dl
index 6b2ae37a1608..eeeb968d5d97 100644
--- a/northd/lswitch.dl
+++ b/northd/lswitch.dl
@@ -23,7 +23,6 @@ import ipam
 import vec
 
 function is_enabled(lsp: nb::Logical_Switch_Port): bool { 
is_enabled(lsp.enabled) }
-function is_enabled(lsp: Ref<nb::Logical_Switch_Port>): bool { 
lsp.deref().is_enabled() }
 function is_enabled(sp: SwitchPort): bool { sp.lsp.is_enabled() }
 function is_enabled(sp: Intern<SwitchPort>): bool { sp.lsp.is_enabled() }
 
-- 
2.31.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to