Commit b4d78694 authored by Petr Machata's avatar Petr Machata Committed by David S. Miller
Browse files

selftests: mlxsw: qos_lib: Drop __mlnx_qos



Now that the two users of this helper have been converted to iproute2 dcb,
it is not necessary anymore. Drop it.

Signed-off-by: default avatarPetr Machata <petrm@nvidia.com>
Signed-off-by: default avatarIdo Schimmel <idosch@nvidia.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b0bab229
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -82,17 +82,3 @@ bail_on_lldpad()
		fi
	fi
}

__mlnx_qos()
{
	local err

	mlnx_qos "$@" 2>/dev/null
	err=$?

	if ((err)); then
		echo "Error ($err) in mlnx_qos $@" >/dev/stderr
	fi

	return $err
}