]> 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)
commitf78d26ce7ceb9468d10fdc262b228a8c58114052
tree869b787244dc529558101a5bcdfbb2068a717967
parent293844498927a8e6dc9adf15ab33656cb5a8e263
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