From b2e5f8adefd4ed9e53e14a4618fb63b3821d1d20 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 24 Aug 2021 16:44:23 +0200 Subject: op-mode: T2223: drop dead code "get_vrrp_intf()" --- src/op_mode/show_interfaces.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/op_mode/show_interfaces.py b/src/op_mode/show_interfaces.py index 20d5d9e17..241fba4f4 100755 --- a/src/op_mode/show_interfaces.py +++ b/src/op_mode/show_interfaces.py @@ -120,10 +120,6 @@ def split_text(text, used=0): yield line[1:] -def get_vrrp_intf(): - return [intf for intf in Section.interfaces() if intf.is_vrrp()] - - def get_counter_val(clear, now): """ attempt to correct a counter if it wrapped, copied from perl -- cgit v1.2.3