Kill the rtableid variable in ip6_input(). It does not make sense
authorbluhm <bluhm@openbsd.org>
Mon, 18 Jul 2016 19:50:49 +0000 (19:50 +0000)
committerbluhm <bluhm@openbsd.org>
Mon, 18 Jul 2016 19:50:49 +0000 (19:50 +0000)
commit8f88128b3be833c5c34f15adb2560fcb4f3e5be5
tree4cf650a6c64a313e04a2f508d20aac9874e68801
parent1526eed6f62fa940a362ea27c3c3e57dd34d6e5c
Kill the rtableid variable in ip6_input().  It does not make sense
to store a field in an extra variable that is only accessed twice.
OK mpi@
sys/netinet6/ip6_input.c