From e7ee300a12391640ff499eaa4d54089fe7e825f2 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 5 Feb 2012 13:37:02 +0100 Subject: [PATCH] sr: zeroplus: Drop unused global variable. --- hardware/zeroplus-logic-cube/gl_usb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hardware/zeroplus-logic-cube/gl_usb.c b/hardware/zeroplus-logic-cube/gl_usb.c index 0d688300..f8323226 100644 --- a/hardware/zeroplus-logic-cube/gl_usb.c +++ b/hardware/zeroplus-logic-cube/gl_usb.c @@ -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 };