]> git.baikalelectronics.ru Git - kernel.git/commit
net/rtnetlink: remove unused sz_idx variable
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Sun, 10 Jan 2016 15:26:57 +0000 (21:26 +0600)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Jan 2016 05:22:20 +0000 (00:22 -0500)
commit545a8e92aad53c5b37d9066842e384545b558fb2
tree869b787244dc529558101a5bcdfbb2068a717967
parenta6cb5e72c33ee4d2a5cfd0c19e3e724c3320fe36
net/rtnetlink: remove unused sz_idx variable

The sz_idx variable is defined in the rtnetlink_rcv_msg(), but
not used anywhere. Let's remove it.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c