Skip to content
Commit 8f8b4b08 authored by Heiko Schocher's avatar Heiko Schocher Committed by Marek Vasut
Browse files

usb: remove not used variable in usb_ether_curr_dev



grepping for usb_ether_curr_dev in u-boot source code shows

$ grep -r usb_ether_curr_dev .
./cmd/usb.c:static int __maybe_unused usb_ether_curr_dev = -1; /* current ethernet device */
$

only declared but never used, so it can safely
removed from code.

Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
parent ea722aa5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment