From: Uwe Bonnes Date: Tue, 7 Feb 2012 20:20:54 +0000 (+0100) Subject: Remove an outdated FIXME X-Git-Url: https://git.gag.com/?p=fw%2Fstlink;a=commitdiff_plain;h=c2d09105f5bc00c5d9896ebf3f2a5595005e6d64 Remove an outdated FIXME --- 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; }