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

selftests: mlxsw: sch_red_core: Drop two unused variables



These variables are cut'n'pasted from other functions in the file and not
actually used.

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 9c18eaf2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -551,10 +551,8 @@ do_drop_test()
	local trigger=$1; shift
	local subtest=$1; shift
	local fetch_counter=$1; shift
	local backlog
	local base
	local now
	local pct

	RET=0