[ovs-dev] [PATCH v2 19/26] ovn-northd-ddlog: Remove unused function.

Ben Pfaff blp at ovn.org
Thu Apr 1 23:21:01 UTC 2021


From: Leonid Ryzhyk <lryzhyk at vmware.com>

Signed-off-by: Leonid Ryzhyk <lryzhyk at vmware.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 northd/lswitch.dl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/northd/lswitch.dl b/northd/lswitch.dl
index aff265bbf82c..973faec5073f 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.29.2



More information about the dev mailing list