Remove an outdated FIXME
authorUwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Tue, 7 Feb 2012 20:20:54 +0000 (21:20 +0100)
committerUwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Tue, 7 Feb 2012 20:20:54 +0000 (21:20 +0100)
src/stlink-usb.c

index 2a82b8837230d6f27df12436ecf633cf47bf0ee4..979ba9731bbeb1eee93213a0a8f1d81a756be5fa 100644 (file)
@@ -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;
     }