From c2d09105f5bc00c5d9896ebf3f2a5595005e6d64 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Tue, 7 Feb 2012 21:20:54 +0100 Subject: [PATCH] Remove an outdated FIXME --- src/stlink-usb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stlink-usb.c b/src/stlink-usb.c index 2a82b88..979ba97 100644 --- a/src/stlink-usb.c +++ b/src/stlink-usb.c @@ -636,7 +636,6 @@ stlink_t* stlink_open_usb(const int verbose) { slu->usb_handle = libusb_open_device_with_vid_pid(slu->libusb_ctx, USB_ST_VID, USB_STLINK_32L_PID); if (slu->usb_handle == NULL) { - // TODO - free usb context too... WLOG("Couldn't find any ST-Link/V2 devices"); goto on_error; } -- 2.30.2