raw: remove unused variables from raw6_icmp_error()
authorEric Dumazet <edumazet@google.com>
Wed, 22 Jun 2022 03:23:03 +0000 (03:23 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Jun 2022 01:48:08 +0000 (18:48 -0700)
commitc4fceb46add65481ef0dfb79cad24c3c269b4cad
treeaef5f691ff1dc56ce0a5da7f898e072ee068ecfd
parent12cf1b89a66828719b2135891b65bd5d03eedea9
raw: remove unused variables from raw6_icmp_error()

saddr and daddr are set but not used.

Fixes: ba44f8182ec2 ("raw: use more conventional iterators")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Link: https://lore.kernel.org/r/20220622032303.159394-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/raw.c