kdump-lib: remove get_nmcli_connection_apath_by_ifname

The function isn't used anywhere. Thus remove it to keep kdump-lib small
and simple.

Signed-off-by: Philipp Rudo <prudo@redhat.com>
Reviewed-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
Philipp Rudo 2023-04-03 16:55:01 +02:00 committed by Coiby Xu
parent 62c41e5343
commit 9eb39cda3c

View File

@ -307,17 +307,6 @@ get_nmcli_value_by_field()
LANG=C nmcli --get-values "$@" LANG=C nmcli --get-values "$@"
} }
# Get nmcli connection apath (a D-Bus active connection path ) by ifname
#
# apath is used for nmcli connection operations, e.g.
# $ nmcli connection show $apath
get_nmcli_connection_apath_by_ifname()
{
local _ifname=$1
get_nmcli_value_by_field "GENERAL.CON-PATH" device show "$_ifname"
}
# returns 0 when omission of a module is desired in dracut_args # returns 0 when omission of a module is desired in dracut_args
# returns 1 otherwise # returns 1 otherwise
is_dracut_mod_omitted() is_dracut_mod_omitted()