]> sigrok.org Git - libsigrok.git/commitdiff
sr: zeroplus: Drop unused global variable.
authorUwe Hermann <redacted>
Sun, 5 Feb 2012 12:37:02 +0000 (13:37 +0100)
committerUwe Hermann <redacted>
Sun, 5 Feb 2012 12:37:02 +0000 (13:37 +0100)
hardware/zeroplus-logic-cube/gl_usb.c

index 0d688300b0f810a4c82494ac597e96ba8b14dd6c..f83232268f86e9f985cf9f0d397809ada6efcecf 100644 (file)
@@ -50,8 +50,6 @@ enum {
        REQ_WRITEDATA,
 };
 
-static struct libusb_device_handle *g_devh = NULL;
-
 static int gl_write_address(libusb_device_handle *devh, unsigned int address)
 {
        unsigned char packet[8] = { address & 0xFF };