From: Petr Machata Date: Sun, 10 Oct 2021 11:40:17 +0000 (+0300) Subject: selftests: mlxsw: sch_red_core: Drop two unused variables X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a703b5179b5c0740c69358b2cfb22c12545d13a4;p=linux.git 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: Petr Machata Signed-off-by: Ido Schimmel Signed-off-by: David S. Miller --- diff --git a/tools/testing/selftests/drivers/net/mlxsw/sch_red_core.sh b/tools/testing/selftests/drivers/net/mlxsw/sch_red_core.sh index 33ddd01689bee..88053f8dfd125 100644 --- a/tools/testing/selftests/drivers/net/mlxsw/sch_red_core.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/sch_red_core.sh @@ -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