mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
usbprog: remove unused variable
Change-Id: I96b2c0ad36073f7e5bed37b96e0244f1760472bc Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7171 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
@@ -335,8 +335,6 @@ static void usbprog_reset(int trst, int srst)
|
||||
|
||||
/*************** jtag lowlevel functions ********************/
|
||||
|
||||
struct usb_bus *busses;
|
||||
|
||||
struct usbprog_jtag *usbprog_jtag_open(void)
|
||||
{
|
||||
const uint16_t vids[] = { VID, 0 };
|
||||
|
||||
Reference in New Issue
Block a user