]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
selftests: mlxsw: sch_red_core: Drop two unused variables
authorPetr Machata <petrm@nvidia.com>
Sun, 10 Oct 2021 11:40:17 +0000 (14:40 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Oct 2021 10:19:35 +0000 (11:19 +0100)
These variables are cut'n'pasted from other functions in the file and not
actually used.

Signed-off-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/drivers/net/mlxsw/sch_red_core.sh

index 33ddd01689bee93793da5d49ba02f90113ce2cb9..88053f8dfd125b09f77549eb486f36cdde3a73cb 100644 (file)
@@ -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